Interface DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.944Z") @Stability(Stable) public interface DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages.Builderstatic classDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages.Jsii$ProxyAn implementation forDialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages
-
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_flow#channel DialogflowCxFlow#channel}
-
getConversationSuccess
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesConversationSuccess getConversationSuccess()
conversation_success block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#conversation_success DialogflowCxFlow#conversation_success}
-
getLiveAgentHandoff
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesLiveAgentHandoff getLiveAgentHandoff()
live_agent_handoff block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#live_agent_handoff DialogflowCxFlow#live_agent_handoff}
-
getOutputAudioText
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesOutputAudioText getOutputAudioText()
output_audio_text block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#output_audio_text DialogflowCxFlow#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_flow#payload DialogflowCxFlow#payload}
-
getPlayAudio
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesPlayAudio getPlayAudio()
play_audio block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#play_audio DialogflowCxFlow#play_audio}
-
getTelephonyTransferCall
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesTelephonyTransferCall getTelephonyTransferCall()
telephony_transfer_call block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#telephony_transfer_call DialogflowCxFlow#telephony_transfer_call}
-
getText
@Stability(Stable) @Nullable default DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessagesText getText()
text block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#text DialogflowCxFlow#text}
-
builder
@Stability(Stable) static DialogflowCxFlowTransitionRoutesTriggerFulfillmentMessages.Builder builder()
-
-