Interface DialogflowCxWebhookGenericWebService

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

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