Class DialogflowCxPageEventHandlersTriggerFulfillment.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEventHandlersTriggerFulfillment.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxPageEventHandlersTriggerFulfillment,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxPageEventHandlersTriggerFulfillment
@Stability(Stable) @Internal public static final class DialogflowCxPageEventHandlersTriggerFulfillment.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxPageEventHandlersTriggerFulfillment
An implementation forDialogflowCxPageEventHandlersTriggerFulfillment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_page.DialogflowCxPageEventHandlersTriggerFulfillment
DialogflowCxPageEventHandlersTriggerFulfillment.Builder, DialogflowCxPageEventHandlersTriggerFulfillment.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxPageEventHandlersTriggerFulfillment.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxPageEventHandlersTriggerFulfillment.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConditionalCases()conditional_cases block.ObjectgetMessages()messages block.ObjectgetReturnPartialResponses()Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs.ObjectgetSetParameterActions()set_parameter_actions block.StringgetTag()The tag used by the webhook to identify which fulfillment is being called.StringgetWebhook()The webhook to call.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxPageEventHandlersTriggerFulfillment.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxPageEventHandlersTriggerFulfillment.Builder.
-
-
Method Detail
-
getConditionalCases
public final Object getConditionalCases()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentconditional_cases block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#conditional_cases DialogflowCxPage#conditional_cases}
- Specified by:
getConditionalCasesin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
getMessages
public final Object getMessages()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentmessages block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#messages DialogflowCxPage#messages}
- Specified by:
getMessagesin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
getReturnPartialResponses
public final Object getReturnPartialResponses()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentWhether Dialogflow should return currently queued fulfillment response messages in streaming APIs.If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#return_partial_responses DialogflowCxPage#return_partial_responses}
- Specified by:
getReturnPartialResponsesin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
getSetParameterActions
public final Object getSetParameterActions()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentset_parameter_actions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#set_parameter_actions DialogflowCxPage#set_parameter_actions}
- Specified by:
getSetParameterActionsin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
getTag
public final String getTag()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentThe tag used by the webhook to identify which fulfillment is being called.This field is required if webhook is specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#tag DialogflowCxPage#tag}
- Specified by:
getTagin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
getWebhook
public final String getWebhook()
Description copied from interface:DialogflowCxPageEventHandlersTriggerFulfillmentThe webhook to call. Format: projects//locations/ /agents/ /webhooks/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#webhook DialogflowCxPage#webhook}
- Specified by:
getWebhookin interfaceDialogflowCxPageEventHandlersTriggerFulfillment
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-