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 classIntent.ParameterRepresents an intent parameter.static classIntent.Parameter.BuilderRepresents an intent parameter.Methods in com.google.cloud.dialogflow.cx.v3 that return Intent.ParameterOrBuilder Modifier and Type Method Description Intent.ParameterOrBuilderIntent.Builder. getParametersOrBuilder(int index)The collection of parameters associated with the intent.Intent.ParameterOrBuilderIntent. getParametersOrBuilder(int index)The collection of parameters associated with the intent.Intent.ParameterOrBuilderIntentOrBuilder. 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.
-