Uses of Class
com.google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction
-
Packages that use Fulfillment.SetParameterAction Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of Fulfillment.SetParameterAction in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return Fulfillment.SetParameterAction Modifier and Type Method Description Fulfillment.SetParameterAction
Fulfillment.SetParameterAction.Builder. build()
Fulfillment.SetParameterAction
Fulfillment.SetParameterAction.Builder. buildPartial()
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. getDefaultInstance()
Fulfillment.SetParameterAction
Fulfillment.SetParameterAction.Builder. getDefaultInstanceForType()
Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. getDefaultInstanceForType()
Fulfillment.SetParameterAction
Fulfillment.Builder. getSetParameterActions(int index)
Set parameter values before executing the webhook.Fulfillment.SetParameterAction
Fulfillment. getSetParameterActions(int index)
Set parameter values before executing the webhook.Fulfillment.SetParameterAction
FulfillmentOrBuilder. getSetParameterActions(int index)
Set parameter values before executing the webhook.static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseDelimitedFrom(InputStream input)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(byte[] data)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(com.google.protobuf.ByteString data)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(com.google.protobuf.CodedInputStream input)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(InputStream input)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(ByteBuffer data)
static Fulfillment.SetParameterAction
Fulfillment.SetParameterAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type Fulfillment.SetParameterAction Modifier and Type Method Description com.google.protobuf.Parser<Fulfillment.SetParameterAction>
Fulfillment.SetParameterAction. getParserForType()
List<Fulfillment.SetParameterAction>
Fulfillment.Builder. getSetParameterActionsList()
Set parameter values before executing the webhook.List<Fulfillment.SetParameterAction>
Fulfillment. getSetParameterActionsList()
Set parameter values before executing the webhook.List<Fulfillment.SetParameterAction>
FulfillmentOrBuilder. getSetParameterActionsList()
Set parameter values before executing the webhook.static com.google.protobuf.Parser<Fulfillment.SetParameterAction>
Fulfillment.SetParameterAction. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type Fulfillment.SetParameterAction Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addSetParameterActions(int index, Fulfillment.SetParameterAction value)
Set parameter values before executing the webhook.Fulfillment.Builder
Fulfillment.Builder. addSetParameterActions(Fulfillment.SetParameterAction value)
Set parameter values before executing the webhook.Fulfillment.SetParameterAction.Builder
Fulfillment.SetParameterAction.Builder. mergeFrom(Fulfillment.SetParameterAction other)
static Fulfillment.SetParameterAction.Builder
Fulfillment.SetParameterAction. newBuilder(Fulfillment.SetParameterAction prototype)
Fulfillment.Builder
Fulfillment.Builder. setSetParameterActions(int index, Fulfillment.SetParameterAction value)
Set parameter values before executing the webhook.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type Fulfillment.SetParameterAction Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addAllSetParameterActions(Iterable<? extends Fulfillment.SetParameterAction> values)
Set parameter values before executing the webhook.
-