Package com.pulumi.gcp.diagflow.inputs
Class CxPageEntryFulfillmentMessageOutputAudioTextArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.diagflow.inputs.CxPageEntryFulfillmentMessageOutputAudioTextArgs
-
public final class CxPageEntryFulfillmentMessageOutputAudioTextArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CxPageEntryFulfillmentMessageOutputAudioTextArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static CxPageEntryFulfillmentMessageOutputAudioTextArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
allowPlaybackInterruption()
static CxPageEntryFulfillmentMessageOutputAudioTextArgs.Builder
builder()
static CxPageEntryFulfillmentMessageOutputAudioTextArgs.Builder
builder(CxPageEntryFulfillmentMessageOutputAudioTextArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
ssml()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
text()
-
-
-
Field Detail
-
Empty
public static final CxPageEntryFulfillmentMessageOutputAudioTextArgs Empty
-
-
Method Detail
-
allowPlaybackInterruption
public java.util.Optional<com.pulumi.core.Output<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.
-
ssml
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ssml()
- Returns:
- The SSML text to be synthesized. For more information, see SSML.
-
text
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> text()
- Returns:
- The raw text to be synthesized.
-
builder
public static CxPageEntryFulfillmentMessageOutputAudioTextArgs.Builder builder()
-
builder
public static CxPageEntryFulfillmentMessageOutputAudioTextArgs.Builder builder(CxPageEntryFulfillmentMessageOutputAudioTextArgs defaults)
-
-