Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.Intent.TrainingPhraseOrBuilder
-
Packages that use Intent.TrainingPhraseOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Intent.TrainingPhraseOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement Intent.TrainingPhraseOrBuilder Modifier and Type Class Description static class
Intent.TrainingPhrase
Represents an example that the agent is trained on to identify the intent.static class
Intent.TrainingPhrase.Builder
Represents an example that the agent is trained on to identify the intent.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Intent.TrainingPhraseOrBuilder Modifier and Type Method Description Intent.TrainingPhraseOrBuilder
Intent.Builder. getTrainingPhrasesOrBuilder(int index)
The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhraseOrBuilder
Intent. getTrainingPhrasesOrBuilder(int index)
The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhraseOrBuilder
IntentOrBuilder. getTrainingPhrasesOrBuilder(int index)
The collection of training phrases the agent is trained on to identify the intent.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Intent.TrainingPhraseOrBuilder Modifier and Type Method Description List<? extends Intent.TrainingPhraseOrBuilder>
Intent.Builder. getTrainingPhrasesOrBuilderList()
The collection of training phrases the agent is trained on to identify the intent.List<? extends Intent.TrainingPhraseOrBuilder>
Intent. getTrainingPhrasesOrBuilderList()
The collection of training phrases the agent is trained on to identify the intent.List<? extends Intent.TrainingPhraseOrBuilder>
IntentOrBuilder. getTrainingPhrasesOrBuilderList()
The collection of training phrases the agent is trained on to identify the intent.
-