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