Package com.pulumi.aws.lex.inputs
Class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder
-
- Enclosing class:
- V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs
public static final class V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs defaults)
-
Method Summary
-
-
-
Method Detail
-
buttons
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(@Nullable com.pulumi.core.Output<java.util.List<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs>> buttons)
- Parameters:
buttons
- Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.- Returns:
- builder
-
buttons
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(java.util.List<V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs> buttons)
- Parameters:
buttons
- Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.- Returns:
- builder
-
buttons
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs... buttons)
- Parameters:
buttons
- Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See `button`.- Returns:
- builder
-
imageUrl
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder imageUrl(@Nullable com.pulumi.core.Output<java.lang.String> imageUrl)
- Parameters:
imageUrl
- URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.- Returns:
- builder
-
imageUrl
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder imageUrl(java.lang.String imageUrl)
- Parameters:
imageUrl
- URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.- Returns:
- builder
-
subtitle
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder subtitle(@Nullable com.pulumi.core.Output<java.lang.String> subtitle)
- Parameters:
subtitle
- Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.- Returns:
- builder
-
subtitle
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder subtitle(java.lang.String subtitle)
- Parameters:
subtitle
- Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.- Returns:
- builder
-
title
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder title(com.pulumi.core.Output<java.lang.String> title)
- Parameters:
title
- Title to display on the response card. The format of the title is determined by the platform displaying the response card.- Returns:
- builder
-
title
public V2modelsIntentFulfillmentCodeHookPostFulfillmentStatusSpecificationTimeoutConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder title(java.lang.String title)
- Parameters:
title
- Title to display on the response card. The format of the title is determined by the platform displaying the response card.- Returns:
- builder
-
-