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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowFulfillmentGenericWebService.BuilderA builder forDialogflowFulfillmentGenericWebServicestatic classDialogflowFulfillmentGenericWebService.Jsii$ProxyAn implementation forDialogflowFulfillmentGenericWebService
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowFulfillmentGenericWebService.Builderbuilder()default StringgetPassword()The password for HTTP Basic authentication.default Map<String,String>getRequestHeaders()The HTTP request headers to send together with fulfillment requests.StringgetUri()The fulfillment URI for receiving POST requests.default StringgetUsername()The user name for HTTP Basic authentication.
-
-
-
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}
-
builder
@Stability(Stable) static DialogflowFulfillmentGenericWebService.Builder builder()
-
-