Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.Fulfillment.SetParameterActionOrBuilder
-
Packages that use Fulfillment.SetParameterActionOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Fulfillment.SetParameterActionOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement Fulfillment.SetParameterActionOrBuilder Modifier and Type Class Description static class
Fulfillment.SetParameterAction
Setting a parameter value.static class
Fulfillment.SetParameterAction.Builder
Setting a parameter value.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Fulfillment.SetParameterActionOrBuilder Modifier and Type Method Description Fulfillment.SetParameterActionOrBuilder
Fulfillment.Builder. getSetParameterActionsOrBuilder(int index)
Set parameter values before executing the webhook.Fulfillment.SetParameterActionOrBuilder
Fulfillment. getSetParameterActionsOrBuilder(int index)
Set parameter values before executing the webhook.Fulfillment.SetParameterActionOrBuilder
FulfillmentOrBuilder. getSetParameterActionsOrBuilder(int index)
Set parameter values before executing the webhook.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Fulfillment.SetParameterActionOrBuilder Modifier and Type Method Description List<? extends Fulfillment.SetParameterActionOrBuilder>
Fulfillment.Builder. getSetParameterActionsOrBuilderList()
Set parameter values before executing the webhook.List<? extends Fulfillment.SetParameterActionOrBuilder>
Fulfillment. getSetParameterActionsOrBuilderList()
Set parameter values before executing the webhook.List<? extends Fulfillment.SetParameterActionOrBuilder>
FulfillmentOrBuilder. getSetParameterActionsOrBuilderList()
Set parameter values before executing the webhook.
-