Uses of Class
com.google.cloud.dialogflow.cx.v3.Intent.TrainingPhrase
-
Packages that use Intent.TrainingPhrase Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Intent.TrainingPhrase in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Intent.TrainingPhrase Modifier and Type Method Description Intent.TrainingPhrase
Intent.TrainingPhrase.Builder. build()
Intent.TrainingPhrase
Intent.TrainingPhrase.Builder. buildPartial()
static Intent.TrainingPhrase
Intent.TrainingPhrase. getDefaultInstance()
Intent.TrainingPhrase
Intent.TrainingPhrase.Builder. getDefaultInstanceForType()
Intent.TrainingPhrase
Intent.TrainingPhrase. getDefaultInstanceForType()
Intent.TrainingPhrase
Intent.Builder. getTrainingPhrases(int index)
The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhrase
Intent. getTrainingPhrases(int index)
The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhrase
IntentOrBuilder. getTrainingPhrases(int index)
The collection of training phrases the agent is trained on to identify the intent.static Intent.TrainingPhrase
Intent.TrainingPhrase. parseDelimitedFrom(InputStream input)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(byte[] data)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(com.google.protobuf.ByteString data)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(com.google.protobuf.CodedInputStream input)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(InputStream input)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(ByteBuffer data)
static Intent.TrainingPhrase
Intent.TrainingPhrase. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Intent.TrainingPhrase Modifier and Type Method Description com.google.protobuf.Parser<Intent.TrainingPhrase>
Intent.TrainingPhrase. getParserForType()
List<Intent.TrainingPhrase>
Intent.Builder. getTrainingPhrasesList()
The collection of training phrases the agent is trained on to identify the intent.List<Intent.TrainingPhrase>
Intent. getTrainingPhrasesList()
The collection of training phrases the agent is trained on to identify the intent.List<Intent.TrainingPhrase>
IntentOrBuilder. getTrainingPhrasesList()
The collection of training phrases the agent is trained on to identify the intent.static com.google.protobuf.Parser<Intent.TrainingPhrase>
Intent.TrainingPhrase. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Intent.TrainingPhrase Modifier and Type Method Description Intent.Builder
Intent.Builder. addTrainingPhrases(int index, Intent.TrainingPhrase value)
The collection of training phrases the agent is trained on to identify the intent.Intent.Builder
Intent.Builder. addTrainingPhrases(Intent.TrainingPhrase value)
The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhrase.Builder
Intent.TrainingPhrase.Builder. mergeFrom(Intent.TrainingPhrase other)
static Intent.TrainingPhrase.Builder
Intent.TrainingPhrase. newBuilder(Intent.TrainingPhrase prototype)
Intent.Builder
Intent.Builder. setTrainingPhrases(int index, Intent.TrainingPhrase value)
The collection of training phrases the agent is trained on to identify the intent.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Intent.TrainingPhrase Modifier and Type Method Description Intent.Builder
Intent.Builder. addAllTrainingPhrases(Iterable<? extends Intent.TrainingPhrase> values)
The collection of training phrases the agent is trained on to identify the intent.
-