Interface DialogflowCxWebhookServiceDirectoryGenericWebService

    • Method Detail

      • getUri

        @Stability(Stable)
        @NotNull
        String getUri()
        Whether to use speech adaptation for speech recognition.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#uri DialogflowCxWebhook#uri}

      • getAllowedCaCerts

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedCaCerts()
        Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#allowed_ca_certs DialogflowCxWebhook#allowed_ca_certs}

      • getRequestHeaders

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getRequestHeaders()
        The HTTP request headers to send together with webhook requests.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#request_headers DialogflowCxWebhook#request_headers}