Package com.pulumi.gcp.diagflow.inputs
Class CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.diagflow.inputs.CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
-
- Enclosing class:
- CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs
public static final class CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
allowPlaybackInterruption(com.pulumi.core.Output<java.lang.Boolean> allowPlaybackInterruption)
CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
allowPlaybackInterruption(java.lang.Boolean allowPlaybackInterruption)
CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
audioUri(com.pulumi.core.Output<java.lang.String> audioUri)
CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder
audioUri(java.lang.String audioUri)
CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs defaults)
-
-
Method Detail
-
allowPlaybackInterruption
public CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder allowPlaybackInterruption(@Nullable com.pulumi.core.Output<java.lang.Boolean> allowPlaybackInterruption)
- Parameters:
allowPlaybackInterruption
- (Output) Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.- Returns:
- builder
-
allowPlaybackInterruption
public CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder allowPlaybackInterruption(java.lang.Boolean allowPlaybackInterruption)
- Parameters:
allowPlaybackInterruption
- (Output) Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.- Returns:
- builder
-
audioUri
public CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder audioUri(com.pulumi.core.Output<java.lang.String> audioUri)
- Parameters:
audioUri
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.- Returns:
- builder
-
audioUri
public CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs.Builder audioUri(java.lang.String audioUri)
- Parameters:
audioUri
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.- Returns:
- builder
-
build
public CxPageTransitionRouteTriggerFulfillmentMessagePlayAudioArgs build()
-
-