Interface DialogflowFulfillmentGenericWebService

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.034Z")
    @Stability(Stable)
    public interface DialogflowFulfillmentGenericWebService
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getUri

        @Stability(Stable)
        @NotNull
        String getUri()
        The fulfillment URI for receiving POST requests. It must use https protocol.

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

      • getPassword

        @Stability(Stable)
        @Nullable
        default String getPassword()
        The password for HTTP Basic authentication.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#password DialogflowFulfillment#password}

      • getRequestHeaders

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

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

      • getUsername

        @Stability(Stable)
        @Nullable
        default String getUsername()
        The user name for HTTP Basic authentication.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_fulfillment#username DialogflowFulfillment#username}