Interface DialogflowCxPageTransitionRoutesTriggerFulfillmentMessages
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxPageTransitionRoutesTriggerFulfillmentMessages.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.992Z") @Stability(Stable) public interface DialogflowCxPageTransitionRoutesTriggerFulfillmentMessages extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxPageTransitionRoutesTriggerFulfillmentMessages.Builderstatic classDialogflowCxPageTransitionRoutesTriggerFulfillmentMessages.Jsii$ProxyAn implementation forDialogflowCxPageTransitionRoutesTriggerFulfillmentMessages
-
Method Summary
-
-
-
Method Detail
-
getChannel
@Stability(Stable) @Nullable default String getChannel()
The channel which the response is associated with.Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#channel DialogflowCxPage#channel}
-
getConversationSuccess
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesConversationSuccess getConversationSuccess()
conversation_success block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#conversation_success DialogflowCxPage#conversation_success}
-
getLiveAgentHandoff
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesLiveAgentHandoff getLiveAgentHandoff()
live_agent_handoff block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#live_agent_handoff DialogflowCxPage#live_agent_handoff}
-
getOutputAudioText
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesOutputAudioText getOutputAudioText()
output_audio_text block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#output_audio_text DialogflowCxPage#output_audio_text}
-
getPayload
@Stability(Stable) @Nullable default String getPayload()
A custom, platform-specific payload.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#payload DialogflowCxPage#payload}
-
getPlayAudio
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesPlayAudio getPlayAudio()
play_audio block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#play_audio DialogflowCxPage#play_audio}
-
getTelephonyTransferCall
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesTelephonyTransferCall getTelephonyTransferCall()
telephony_transfer_call block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#telephony_transfer_call DialogflowCxPage#telephony_transfer_call}
-
getText
@Stability(Stable) @Nullable default DialogflowCxPageTransitionRoutesTriggerFulfillmentMessagesText getText()
text block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_page#text DialogflowCxPage#text}
-
builder
@Stability(Stable) static DialogflowCxPageTransitionRoutesTriggerFulfillmentMessages.Builder builder()
-
-