Package com.pulumi.aws.lex.outputs
Class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard
-
public final class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.Builder
builder()
static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.Builder
builder(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard defaults)
java.util.List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton>
buttons()
java.util.Optional<java.lang.String>
imageUrl()
java.util.Optional<java.lang.String>
subtitle()
java.lang.String
title()
-
-
-
Method Detail
-
buttons
public java.util.List<V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCardButton> buttons()
- Returns:
- 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`.
-
imageUrl
public java.util.Optional<java.lang.String> imageUrl()
- Returns:
- 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.
-
subtitle
public java.util.Optional<java.lang.String> subtitle()
- Returns:
- Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.
-
title
public java.lang.String title()
- Returns:
- Title to display on the response card. The format of the title is determined by the platform displaying the response card.
-
builder
public static V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponseMessageGroupMessageImageResponseCard.Builder builder()
-
-