| Package | Description | 
|---|---|
| com.ibm.watson.assistant.v1.model | 
| Modifier and Type | Method and Description | 
|---|---|
Mention | 
Mention.Builder.build()
Builds a Mention. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Mention> | 
Example.mentions()
Gets the mentions. 
 | 
List<Mention> | 
CreateExampleOptions.mentions()
Gets the mentions. 
 | 
List<Mention> | 
UpdateExampleOptions.newMentions()
Gets the newMentions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Example.Builder | 
Example.Builder.addMentions(Mention mentions)
Adds an mentions to mentions. 
 | 
CreateExampleOptions.Builder | 
CreateExampleOptions.Builder.addMentions(Mention mentions)
Adds an mentions to mentions. 
 | 
UpdateExampleOptions.Builder | 
UpdateExampleOptions.Builder.addNewMentions(Mention newMentions)
Adds an newMentions to newMentions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Example.Builder | 
Example.Builder.mentions(List<Mention> mentions)
Set the mentions. 
 | 
CreateExampleOptions.Builder | 
CreateExampleOptions.Builder.mentions(List<Mention> mentions)
Set the mentions. 
 | 
UpdateExampleOptions.Builder | 
UpdateExampleOptions.Builder.newMentions(List<Mention> newMentions)
Set the newMentions. 
 | 
Copyright © 2021 IBM Cloud. All rights reserved.