SessionID
The session token of the conversation session that you want to use for this conversation. Session tokens track a user conversation, so you must use the same session token throughout a conversation to continue running the conversation tasks.
You create a session token by using the ManageResources action. You can retrieve the IDs of existing conversation sessions by sending the GetResources action with Type set to conversation_session
. For more information, refer to the Answer Server Administration Guide.
Actions: | Converse |
Type: | String |
Default: | |
Example: | SessionID=860028728520387723
|
See Also: |