Uses of Interface
com.google.cloud.dialogflow.cx.v3.Intent.ParameterOrBuilder
-
Packages that use Intent.ParameterOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Intent.ParameterOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement Intent.ParameterOrBuilder Modifier and Type Class Description static class
Intent.Parameter
Represents an intent parameter.static class
Intent.Parameter.Builder
Represents an intent parameter.Methods in com.google.cloud.dialogflow.cx.v3 that return Intent.ParameterOrBuilder Modifier and Type Method Description Intent.ParameterOrBuilder
Intent.Builder. getParametersOrBuilder(int index)
The collection of parameters associated with the intent.Intent.ParameterOrBuilder
Intent. getParametersOrBuilder(int index)
The collection of parameters associated with the intent.Intent.ParameterOrBuilder
IntentOrBuilder. getParametersOrBuilder(int index)
The collection of parameters associated with the intent.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Intent.ParameterOrBuilder Modifier and Type Method Description List<? extends Intent.ParameterOrBuilder>
Intent.Builder. getParametersOrBuilderList()
The collection of parameters associated with the intent.List<? extends Intent.ParameterOrBuilder>
Intent. getParametersOrBuilderList()
The collection of parameters associated with the intent.List<? extends Intent.ParameterOrBuilder>
IntentOrBuilder. getParametersOrBuilderList()
The collection of parameters associated with the intent.
-