Package com.pulumi.aws.lex.inputs
Class V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.lex.inputs.V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs
-
public final class V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs.Builder
builder()
static V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs.Builder
builder(V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs defaults)
com.pulumi.core.Output<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageArgs>
message()
java.util.Optional<com.pulumi.core.Output<java.util.List<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationArgs>>>
variations()
-
-
-
Field Detail
-
Empty
public static final V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs Empty
-
-
Method Detail
-
message
public com.pulumi.core.Output<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupMessageArgs> message()
- Returns:
- Configuration block for the primary message that Amazon Lex should send to the user. See `message`.
-
variations
public java.util.Optional<com.pulumi.core.Output<java.util.List<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupVariationArgs>>> variations()
- Returns:
- Configuration blocks for message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user. See `variation`.
-
builder
public static V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs.Builder builder()
-
builder
public static V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs.Builder builder(V2modelsIntentConfirmationSettingConfirmationResponseMessageGroupArgs defaults)
-
-