Uses of Class
com.ibm.watson.assistant.v2.model.MessageInputOptionsSpelling
Package | Description |
---|---|
com.ibm.watson.assistant.v2.model |
-
Uses of MessageInputOptionsSpelling in com.ibm.watson.assistant.v2.model
Methods in com.ibm.watson.assistant.v2.model that return MessageInputOptionsSpelling Modifier and Type Method Description MessageInputOptionsSpelling
MessageInputOptionsSpelling.Builder. build()
Builds a MessageInputOptionsSpelling.MessageInputOptionsSpelling
MessageInputOptions. spelling()
Gets the spelling.MessageInputOptionsSpelling
MessageInputOptionsStateless. spelling()
Gets the spelling.Methods in com.ibm.watson.assistant.v2.model with parameters of type MessageInputOptionsSpelling Modifier and Type Method Description MessageInputOptions.Builder
MessageInputOptions.Builder. spelling(MessageInputOptionsSpelling spelling)
Set the spelling.MessageInputOptionsStateless.Builder
MessageInputOptionsStateless.Builder. spelling(MessageInputOptionsSpelling spelling)
Set the spelling.