Interface DialogflowCxWebhookServiceDirectoryGenericWebService
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxWebhookServiceDirectoryGenericWebService.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.028Z") @Stability(Stable) public interface DialogflowCxWebhookServiceDirectoryGenericWebService extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxWebhookServiceDirectoryGenericWebService.BuilderA builder forDialogflowCxWebhookServiceDirectoryGenericWebServicestatic classDialogflowCxWebhookServiceDirectoryGenericWebService.Jsii$ProxyAn implementation forDialogflowCxWebhookServiceDirectoryGenericWebService
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxWebhookServiceDirectoryGenericWebService.Builderbuilder()default List<String>getAllowedCaCerts()Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification.default Map<String,String>getRequestHeaders()The HTTP request headers to send together with webhook requests.StringgetUri()Whether to use speech adaptation for speech recognition.
-
-
-
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}
-
builder
@Stability(Stable) static DialogflowCxWebhookServiceDirectoryGenericWebService.Builder builder()
-
-