Package com.pulumi.aws.lex.inputs
Class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder
-
public static final class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs defaults)
-
Method Summary
-
-
-
Method Detail
-
text
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder text(com.pulumi.core.Output<java.lang.String> text)
- Parameters:
text
- Text that appears on the button. Use this to tell the user what value is returned when they choose this button.- Returns:
- builder
-
text
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder text(java.lang.String text)
- Parameters:
text
- Text that appears on the button. Use this to tell the user what value is returned when they choose this button.- Returns:
- builder
-
value
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder value(com.pulumi.core.Output<java.lang.String> value)
- Parameters:
value
- Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.- Returns:
- builder
-
value
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationFailureConditionalConditionalBranchResponseMessageGroupVariationImageResponseCardButtonArgs.Builder value(java.lang.String value)
- Parameters:
value
- Value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.- Returns:
- builder
-
-