Interface DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.940Z") @Stability(Stable) public interface DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builderstatic classDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Jsii$ProxyAn implementation forDialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builderbuilder()StringgetAudioUri()URI of the audio clip.
-
-
-
Method Detail
-
getAudioUri
@Stability(Stable) @NotNull String getAudioUri()
URI of the audio clip.Dialogflow does not impose any validation on this value. It is specific to the client that reads it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_flow#audio_uri DialogflowCxFlow#audio_uri}
-
builder
@Stability(Stable) static DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builder builder()
-
-