
commonMain.aws.sdk.kotlin.services.lexruntimev2.model.ImageResponseCard.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.lexruntimev2.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform.
*
* When you use a response card, the response from the user is constrained to the text associated with a button on the card.
*/
public class ImageResponseCard private constructor(builder: Builder) {
/**
* A list of buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button.
*/
public val buttons: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy