Class DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_flow.DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio>
- Enclosing interface:
- DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio
@Stability(Stable) public static final class DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.BuilderaudioUri(String audioUri)DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudiobuild()Builds the configured instance.
-
-
-
Method Detail
-
audioUri
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio.Builder audioUri(String audioUri)
- Parameters:
audioUri- URI of the audio clip. This parameter is required. 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}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio>- Returns:
- a new instance of
DialogflowCxFlowEventHandlersTriggerFulfillmentMessagesPlayAudio - Throws:
NullPointerException- if any required attribute was not provided
-
-