The user text for their part of the conversation.
At the beginning of a conversation, you can send the Converse action without the Text
parameter. In this case, Answer Server runs the conversation task that has the initial state trigger (for example, a default greeting). If you do not have a configured task with the initial state trigger, Answer Server runs the conversation task that has the empty state trigger.
For more information about conversation triggers, refer to the Answer Server Administration Guide.
After the start of the conversation, you provide the user input text in the Text
parameter, and the Converse action response gives the reply from your conversation tasks. You continue a conversation by sending further Converse actions with the same value in SessionID.
Actions: | Converse |
Type: | String |
Default: | |
Example: | Text=I would like to book a holiday
|
See Also: | SessionID |
|