Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
Parser<Intent.TrainingPhrase> |
Intent.TrainingPhrase.getParserForType() |
List<Intent.TrainingPhrase> |
Intent.getTrainingPhrasesList()
Optional.
|
List<Intent.TrainingPhrase> |
Intent.Builder.getTrainingPhrasesList()
Optional.
|
List<Intent.TrainingPhrase> |
IntentOrBuilder.getTrainingPhrasesList()
Optional.
|
static Parser<Intent.TrainingPhrase> |
Intent.TrainingPhrase.parser() |
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.addTrainingPhrases(Intent.TrainingPhrase value)
Optional.
|
Intent.Builder |
Intent.Builder.addTrainingPhrases(int index,
Intent.TrainingPhrase value)
Optional.
|
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)
Optional.
|
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.addAllTrainingPhrases(Iterable<? extends Intent.TrainingPhrase> values)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.