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.TrainingPhraseIntent.TrainingPhrase.Builder. build()Intent.TrainingPhraseIntent.TrainingPhrase.Builder. buildPartial()static Intent.TrainingPhraseIntent.TrainingPhrase. getDefaultInstance()Intent.TrainingPhraseIntent.TrainingPhrase.Builder. getDefaultInstanceForType()Intent.TrainingPhraseIntent.TrainingPhrase. getDefaultInstanceForType()Intent.TrainingPhraseIntent.Builder. getTrainingPhrases(int index)The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhraseIntent. getTrainingPhrases(int index)The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhraseIntentOrBuilder. getTrainingPhrases(int index)The collection of training phrases the agent is trained on to identify the intent.static Intent.TrainingPhraseIntent.TrainingPhrase. parseDelimitedFrom(InputStream input)static Intent.TrainingPhraseIntent.TrainingPhrase. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(byte[] data)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(com.google.protobuf.ByteString data)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(com.google.protobuf.CodedInputStream input)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(InputStream input)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Intent.TrainingPhraseIntent.TrainingPhrase. parseFrom(ByteBuffer data)static Intent.TrainingPhraseIntent.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.BuilderIntent.Builder. addTrainingPhrases(int index, Intent.TrainingPhrase value)The collection of training phrases the agent is trained on to identify the intent.Intent.BuilderIntent.Builder. addTrainingPhrases(Intent.TrainingPhrase value)The collection of training phrases the agent is trained on to identify the intent.Intent.TrainingPhrase.BuilderIntent.TrainingPhrase.Builder. mergeFrom(Intent.TrainingPhrase other)static Intent.TrainingPhrase.BuilderIntent.TrainingPhrase. newBuilder(Intent.TrainingPhrase prototype)Intent.BuilderIntent.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.BuilderIntent.Builder. addAllTrainingPhrases(Iterable<? extends Intent.TrainingPhrase> values)The collection of training phrases the agent is trained on to identify the intent.
-