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> |
CreateExampleOptions.mentions()
Gets the mentions.
|
List<Mention> |
Example.mentions()
Gets the mentions.
|
List<Mention> |
UpdateExampleOptions.newMentions()
Gets the newMentions.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2023 IBM Cloud. All rights reserved.