Package com.pulumi.aws.lex.outputs
Class V2modelsIntentConfirmationSettingConfirmationNextStepIntent
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentConfirmationSettingConfirmationNextStepIntent
-
public final class V2modelsIntentConfirmationSettingConfirmationNextStepIntent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentConfirmationSettingConfirmationNextStepIntent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2modelsIntentConfirmationSettingConfirmationNextStepIntent.Builder
builder()
static V2modelsIntentConfirmationSettingConfirmationNextStepIntent.Builder
builder(V2modelsIntentConfirmationSettingConfirmationNextStepIntent defaults)
java.util.Optional<java.lang.String>
name()
java.util.List<V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot>
slots()
-
-
-
Method Detail
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Name of the intent.
-
slots
public java.util.List<V2modelsIntentConfirmationSettingConfirmationNextStepIntentSlot> slots()
- Returns:
- Configuration block for all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden. See `slot`.
-
builder
public static V2modelsIntentConfirmationSettingConfirmationNextStepIntent.Builder builder()
-
builder
public static V2modelsIntentConfirmationSettingConfirmationNextStepIntent.Builder builder(V2modelsIntentConfirmationSettingConfirmationNextStepIntent defaults)
-
-