All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.aws.sdk.kotlin.services.lexruntimeservice.model.GenericAttachment.kt Maven / Gradle / Ivy

There is a newer version: 1.3.99
Show newest version
// 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