Package com.pulumi.aws.lex.outputs
Class V2modelsIntentConfirmationSettingPromptSpecification
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentConfirmationSettingPromptSpecification
-
public final class V2modelsIntentConfirmationSettingPromptSpecification extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentConfirmationSettingPromptSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>
allowInterrupt()
static V2modelsIntentConfirmationSettingPromptSpecification.Builder
builder()
static V2modelsIntentConfirmationSettingPromptSpecification.Builder
builder(V2modelsIntentConfirmationSettingPromptSpecification defaults)
java.lang.Integer
maxRetries()
java.util.List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup>
messageGroups()
java.util.Optional<java.lang.String>
messageSelectionStrategy()
java.util.List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification>
promptAttemptsSpecifications()
-
-
-
Method Detail
-
allowInterrupt
public java.util.Optional<java.lang.Boolean> allowInterrupt()
- Returns:
- Whether the user can interrupt a speech prompt from the bot.
-
maxRetries
public java.lang.Integer maxRetries()
- Returns:
- Maximum number of times the bot tries to elicit a response from the user using this prompt.
-
messageGroups
public java.util.List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup> messageGroups()
- Returns:
- Configuration block for messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime. See `message_group`.
-
messageSelectionStrategy
public java.util.Optional<java.lang.String> messageSelectionStrategy()
- Returns:
- How a message is selected from a message group among retries. Valid values are `Random` and `Ordered`.
-
promptAttemptsSpecifications
public java.util.List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification> promptAttemptsSpecifications()
- Returns:
- Configuration block for advanced settings on each attempt of the prompt. See `prompt_attempts_specification`.
-
builder
public static V2modelsIntentConfirmationSettingPromptSpecification.Builder builder()
-
builder
public static V2modelsIntentConfirmationSettingPromptSpecification.Builder builder(V2modelsIntentConfirmationSettingPromptSpecification defaults)
-
-