Interface DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.979Z") @Stability(Stable) public interface DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages.Builderstatic classDialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages.Jsii$ProxyAn implementation forDialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages
-
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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesConversationSuccess 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesLiveAgentHandoff 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesOutputAudioText 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesPlayAudio 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesTelephonyTransferCall 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessagesText 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 DialogflowCxPageFormParametersFillBehaviorInitialPromptFulfillmentMessages.Builder builder()
-
-