Package com.pulumi.gcp.diagflow.inputs
Class CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.diagflow.inputs.CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder
-
public static final class CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs defaults)
-
-
Method Detail
-
allowPlaybackInterruption
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.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 CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.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
-
ssml
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder ssml(@Nullable com.pulumi.core.Output<java.lang.String> ssml)
- Parameters:
ssml
- The SSML text to be synthesized. For more information, see SSML.- Returns:
- builder
-
ssml
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder ssml(java.lang.String ssml)
- Parameters:
ssml
- The SSML text to be synthesized. For more information, see SSML.- Returns:
- builder
-
text
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder text(@Nullable com.pulumi.core.Output<java.lang.String> text)
- Parameters:
text
- The raw text to be synthesized.- Returns:
- builder
-
text
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs.Builder text(java.lang.String text)
- Parameters:
text
- The raw text to be synthesized.- Returns:
- builder
-
build
public CxPageFormParameterFillBehaviorInitialPromptFulfillmentMessageOutputAudioTextArgs build()
-
-