Interface DialogflowCxTestCaseTestCaseConversationTurnsUserInput

    • Method Detail

      • getEnableSentimentAnalysis

        @Stability(Stable)
        @Nullable
        default Object getEnableSentimentAnalysis()
        Whether sentiment analysis is enabled.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#enable_sentiment_analysis DialogflowCxTestCase#enable_sentiment_analysis}

      • getInjectedParameters

        @Stability(Stable)
        @Nullable
        default String getInjectedParameters()
        Parameters that need to be injected into the conversation during intent detection.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#injected_parameters DialogflowCxTestCase#injected_parameters}

      • getInput

        @Stability(Stable)
        @Nullable
        default DialogflowCxTestCaseTestCaseConversationTurnsUserInputInput getInput()
        input block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#input DialogflowCxTestCase#input}

      • getIsWebhookEnabled

        @Stability(Stable)
        @Nullable
        default Object getIsWebhookEnabled()
        If webhooks should be allowed to trigger in response to the user utterance.

        Often if parameters are injected, webhooks should not be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_test_case#is_webhook_enabled DialogflowCxTestCase#is_webhook_enabled}