AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents an option rendered to the user when a prompt is shown. It could be an image, a button, a link, or text.

Inheritance Hierarchy

System.Object
  Amazon.Lex.Model.GenericAttachment

Namespace: Amazon.Lex.Model
Assembly: AWSSDK.Lex.dll
Version: 3.x.y.z

Syntax

C#
public class GenericAttachment

The GenericAttachment type exposes the following members

Constructors

NameDescription
Public Method GenericAttachment()

Properties

NameTypeDescription
Public Property AttachmentLinkUrl System.String

Gets and sets the property AttachmentLinkUrl.

The URL of an attachment to the response card.

Public Property Buttons System.Collections.Generic.List<Amazon.Lex.Model.Button>

Gets and sets the property Buttons.

The list of options to show to the user.

Public Property ImageUrl System.String

Gets and sets the property ImageUrl.

The URL of an image that is displayed to the user.

Public Property SubTitle System.String

Gets and sets the property SubTitle.

The subtitle shown below the title.

Public Property Title System.String

Gets and sets the property Title.

The title of the option.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5