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.

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.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.ImageResponseCard

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

Syntax

C#
public class ImageResponseCard

The ImageResponseCard type exposes the following members

Constructors

NameDescription
Public Method ImageResponseCard()

Properties

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

Gets and sets the property Buttons.

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 Property ImageUrl System.String

Gets and sets the property ImageUrl.

The 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.

Public Property Subtitle System.String

Gets and sets the property Subtitle.

The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.

Public Property Title System.String

Gets and sets the property Title.

The title to display on the response card. The format of the title is determined by the platform displaying the response card.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5