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