Package com.pulumi.aws.lex.inputs
Class V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder
-
- Enclosing class:
- V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs
public static final class V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs defaults)
-
-
Method Detail
-
buttons
public V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(@Nullable com.pulumi.core.Output<java.util.List<V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs>> 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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(java.util.List<V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs> 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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.Builder buttons(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardButtonArgs... 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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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 V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroupMessageImageResponseCardArgs.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
-
-