Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse Class Reference

The mesage response. More...

Properties

Dictionary< string, object > input [get, set]
 The input text. More...
 
Dictionary< string, object > context [get, set]
 State information for the conversation . More...
 
RuntimeEntity[] entities [get, set]
 Terms from the request that are identified as entities. More...
 
RuntimeIntent[] intents [get, set]
 Terms from the request that are identified as intents. More...
 
OutputData output [get, set]
 Output from the dialog, including the response to the user, the nodes that were triggered, and log messages. More...
 
bool alternate_intents [get, set]
 Whether to return more than one intent. true indicates that all matching intents are returned. More...
 

Detailed Description

The mesage response.

Property Documentation

bool IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.alternate_intents
getset

Whether to return more than one intent. true indicates that all matching intents are returned.

Dictionary<string, object> IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.context
getset

State information for the conversation .

RuntimeEntity [] IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.entities
getset

Terms from the request that are identified as entities.

Dictionary<string, object> IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.input
getset

The input text.

RuntimeIntent [] IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.intents
getset

Terms from the request that are identified as intents.

OutputData IBM.Watson.DeveloperCloud.Services.Conversation.v1.MessageResponse.output
getset

Output from the dialog, including the response to the user, the nodes that were triggered, and log messages.


The documentation for this class was generated from the following file: