Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.WebhookResponse.FulfillmentResponse.MergeBehavior
-
Packages that use WebhookResponse.FulfillmentResponse.MergeBehavior Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of WebhookResponse.FulfillmentResponse.MergeBehavior in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return WebhookResponse.FulfillmentResponse.MergeBehavior Modifier and Type Method Description static WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse.MergeBehavior. forNumber(int value)
WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse.Builder. getMergeBehavior()
Merge behavior for `messages`.WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse. getMergeBehavior()
Merge behavior for `messages`.WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponseOrBuilder. getMergeBehavior()
Merge behavior for `messages`.static WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse.MergeBehavior. valueOf(int value)
Deprecated.static WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse.MergeBehavior. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static WebhookResponse.FulfillmentResponse.MergeBehavior
WebhookResponse.FulfillmentResponse.MergeBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebhookResponse.FulfillmentResponse.MergeBehavior[]
WebhookResponse.FulfillmentResponse.MergeBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type WebhookResponse.FulfillmentResponse.MergeBehavior Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<WebhookResponse.FulfillmentResponse.MergeBehavior>
WebhookResponse.FulfillmentResponse.MergeBehavior. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type WebhookResponse.FulfillmentResponse.MergeBehavior Modifier and Type Method Description WebhookResponse.FulfillmentResponse.Builder
WebhookResponse.FulfillmentResponse.Builder. setMergeBehavior(WebhookResponse.FulfillmentResponse.MergeBehavior value)
Merge behavior for `messages`.
-