Package com.pulumi.gcp.diagflow.outputs
Class CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio
- java.lang.Object
-
- com.pulumi.gcp.diagflow.outputs.CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio
-
public final class CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
allowPlaybackInterruption()
java.lang.String
audioUri()
static CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio.Builder
builder()
static CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio.Builder
builder(CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio defaults)
-
-
-
Method Detail
-
allowPlaybackInterruption
public java.util.Optional<java.lang.Boolean> allowPlaybackInterruption()
- Returns:
- (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.
-
audioUri
public java.lang.String audioUri()
- Returns:
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
-
builder
public static CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio.Builder builder()
-
builder
public static CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio.Builder builder(CxFlowEventHandlerTriggerFulfillmentMessagePlayAudio defaults)
-
-