Uses of Class
com.ibm.watson.assistant.v1.model.Mention
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of Mention in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return Mention Modifier and Type Method Description Mention
Mention.Builder. build()
Builds a Mention.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type Mention Modifier and Type Method Description List<Mention>
CreateExampleOptions. mentions()
Gets the mentions.List<Mention>
Example. mentions()
Gets the mentions.List<Mention>
UpdateExampleOptions. newMentions()
Gets the newMentions.Methods in com.ibm.watson.assistant.v1.model with parameters of type Mention Modifier and Type Method Description CreateExampleOptions.Builder
CreateExampleOptions.Builder. addMentions(Mention mentions)
Adds an mentions to mentions.Example.Builder
Example.Builder. addMentions(Mention mentions)
Adds an mentions to mentions.UpdateExampleOptions.Builder
UpdateExampleOptions.Builder. addNewMentions(Mention newMentions)
Adds an newMentions to newMentions.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type Mention Modifier and Type Method Description CreateExampleOptions.Builder
CreateExampleOptions.Builder. mentions(List<Mention> mentions)
Set the mentions.Example.Builder
Example.Builder. mentions(List<Mention> mentions)
Set the mentions.UpdateExampleOptions.Builder
UpdateExampleOptions.Builder. newMentions(List<Mention> newMentions)
Set the newMentions.