I am trying to create a new conversation service resource in Twilio and to add a new conversation client to it. I am trying the node.js example but I don't have the option that the documentation shoes.
So for creating a new conversation Service I found this document:
But it seems that I can't create a conversation Service and can't create a user resource. I don't have an autocompletion for it and even if I try to ignore the IDE warning and to hardcode the command I am getting the error = "can't read create of undefined". You can see the marker that I got under the "services" word. This is also happening for user resource under the word "users". All the other commands (like create a conversation) are available.