Watson Developer Cloud .NET Standard SDK  0.1.0
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest Class Reference

The user's input, with optional intents, entities, and other properties from the response. More...

Properties

dynamic Input [get, set]
 An input object that includes the input text. More...
 
bool AlternateIntents [get, set]
 Whether to return more than one intent. Default is false. Set to true to return all matching intents.For example, return all intents when the confidence is not high to allow users to choose their intent. More...
 
dynamic Context [get, set]
 State information for the conversation. When you send multiple requests for the same conversation, include the context object from the response. More...
 
List< EntityResponseEntities [get, set]
 The portion of the user's input that you can use to provide a different response or action to an intent. Include entities from the request when they do not need to change so that Watson does not try to identify them. More...
 
List< IntentIntents [get, set]
 An array of name-confidence pairs for the user input. Include the intents from the request when they do not need to change so that Watson does not try to identify them. More...
 
OutputData Output [get, set]
 System output. Include the output from the request when you have several requests within the same Dialog turn to pass back in the intermediate information. More...
 

Detailed Description

The user's input, with optional intents, entities, and other properties from the response.

Property Documentation

◆ AlternateIntents

bool IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.AlternateIntents
getset

Whether to return more than one intent. Default is false. Set to true to return all matching intents.For example, return all intents when the confidence is not high to allow users to choose their intent.

◆ Context

dynamic IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Context
getset

State information for the conversation. When you send multiple requests for the same conversation, include the context object from the response.

◆ Entities

List<EntityResponse> IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Entities
getset

The portion of the user's input that you can use to provide a different response or action to an intent. Include entities from the request when they do not need to change so that Watson does not try to identify them.

◆ Input

dynamic IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Input
getset

An input object that includes the input text.

◆ Intents

List<Intent> IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Intents
getset

An array of name-confidence pairs for the user input. Include the intents from the request when they do not need to change so that Watson does not try to identify them.

◆ Output

OutputData IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Output
getset

System output. Include the output from the request when you have several requests within the same Dialog turn to pass back in the intermediate information.


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