Hi,
I created a Conversational Agent: Movie via the Boilerplate.
How do I create the IDs for conversation, client and dialog?
Answer by Brandon Warech (251) | Jul 18, 2016 at 08:06 PM
The Movie App uses the Dialog Service on Bluemix. To receive service credentials and a dialog ID, you can go to Bluemix.net, log-in/sign up, click "Add Services or APIS" from the dashboard view, and select "Dialog". Once the service instantiates and you are within the Dialog tile, you will find "service credentials" on the left navigation. Once you push a dialog XML to the API, it will generate a dialog ID for you, which is used in conjunction with the service credentials. The conversation ID is generated by Watson, and the client_id is a 1:1 mapping of the user_token entered in the header of startConversation method.
Watson Dialog tutorial: where is the version 1.1 of the xsd ? 1 Answer
Dialog Tool Asks for Filename Twice 1 Answer
Conversational Computing First Meetup Italy: the Chatbots Revolution 5 Answers
Maximum number of dialogs that can be created 2 Answers
How to set Watson Dialog variable and respond immediately with the value? 2 Answers