commonMain.aws.sdk.kotlin.services.lexruntimeservice.model.GenericAttachment.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lexruntimeservice-jvm Show documentation
Show all versions of lexruntimeservice-jvm Show documentation
The AWS Kotlin client for Lex Runtime Service
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.lexruntimeservice.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* Represents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.
*/
public class GenericAttachment private constructor(builder: Builder) {
/**
* The URL of an attachment to the response card.
*/
public val attachmentLinkUrl: kotlin.String? = builder.attachmentLinkUrl
/**
* The list of options to show to the user.
*/
public val buttons: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy