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.

An object that contains a response to the utterance from the bot.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.UtteranceBotResponse

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

Syntax

C#
public class UtteranceBotResponse

The UtteranceBotResponse type exposes the following members

Constructors

NameDescription
Public Method UtteranceBotResponse()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property Content.

The text of the response to the utterance from the bot.

Public Property ContentType Amazon.LexModelsV2.UtteranceContentType

Gets and sets the property ContentType.

The type of the response. The following values are possible:

  • PlainText – A plain text string.

  • CustomPayload – A response string that you can customize to include data or metadata for your application.

  • SSML – A string that includes Speech Synthesis Markup Language to customize the audio response.

  • ImageResponseCard – An image with buttons that the customer can select. See ImageResponseCard for more information.

Public Property ImageResponseCard Amazon.LexModelsV2.Model.ImageResponseCard

Gets and sets the property ImageResponseCard.

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