Uses of Class
com.ibm.watson.assistant.v1.model.MessageInput
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of MessageInput in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return MessageInput Modifier and Type Method Description MessageInput
MessageInput.Builder. build()
Builds a MessageInput.MessageInput
MessageResponse. getInput()
Gets the input.MessageInput
DialogNodeOutputOptionsElementValue. input()
Gets the input.MessageInput
DialogSuggestionValue. input()
Gets the input.MessageInput
MessageOptions. input()
Gets the input.MessageInput
MessageRequest. input()
Gets the input.Methods in com.ibm.watson.assistant.v1.model with parameters of type MessageInput Modifier and Type Method Description DialogNodeOutputOptionsElementValue.Builder
DialogNodeOutputOptionsElementValue.Builder. input(MessageInput input)
Set the input.DialogSuggestionValue.Builder
DialogSuggestionValue.Builder. input(MessageInput input)
Set the input.MessageOptions.Builder
MessageOptions.Builder. input(MessageInput input)
Set the input.MessageRequest.Builder
MessageRequest.Builder. input(MessageInput input)
Set the input.