Interface DialogflowCxPageEntryFulfillmentMessages

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DialogflowCxPageEntryFulfillmentMessages.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.963Z")
    @Stability(Stable)
    public interface DialogflowCxPageEntryFulfillmentMessages
    extends software.amazon.jsii.JsiiSerializable
    • 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 DialogflowCxPageEntryFulfillmentMessagesConversationSuccess 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 DialogflowCxPageEntryFulfillmentMessagesLiveAgentHandoff 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 DialogflowCxPageEntryFulfillmentMessagesOutputAudioText 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 DialogflowCxPageEntryFulfillmentMessagesPlayAudio 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 DialogflowCxPageEntryFulfillmentMessagesTelephonyTransferCall 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 DialogflowCxPageEntryFulfillmentMessagesText 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}