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.

If you configure a response card when creating your bots, Amazon Lex substitutes the session attributes and slot values that are available, and then returns it. The response card can also come from a Lambda function ( dialogCodeHook and fulfillmentActivity on an intent).

Inheritance Hierarchy

System.Object
  Amazon.Lex.Model.ResponseCard

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

Syntax

C#
public class ResponseCard

The ResponseCard type exposes the following members

Constructors

NameDescription
Public Method ResponseCard()

Properties

NameTypeDescription
Public Property ContentType Amazon.Lex.ContentType

Gets and sets the property ContentType.

The content type of the response.

Public Property GenericAttachments System.Collections.Generic.List<Amazon.Lex.Model.GenericAttachment>

Gets and sets the property GenericAttachments.

An array of attachment objects representing options.

Public Property Version System.String

Gets and sets the property Version.

The version of the response card format.

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