Interface DialogflowCxAgentAdvancedSettingsAudioExportGcsDestination
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxAgentAdvancedSettingsAudioExportGcsDestination.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.916Z") @Stability(Stable) public interface DialogflowCxAgentAdvancedSettingsAudioExportGcsDestination extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxAgentAdvancedSettingsAudioExportGcsDestination.Builderstatic classDialogflowCxAgentAdvancedSettingsAudioExportGcsDestination.Jsii$ProxyAn implementation forDialogflowCxAgentAdvancedSettingsAudioExportGcsDestination
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxAgentAdvancedSettingsAudioExportGcsDestination.Builderbuilder()default StringgetUri()The Google Cloud Storage URI for the exported objects.
-
-
-
Method Detail
-
getUri
@Stability(Stable) @Nullable default String getUri()
The Google Cloud Storage URI for the exported objects.Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation. Format: gs://bucket/object-name-or-prefix Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#uri DialogflowCxAgent#uri}
-
builder
@Stability(Stable) static DialogflowCxAgentAdvancedSettingsAudioExportGcsDestination.Builder builder()
-
-