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.

This is the response object from the DescribeBot operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LexModelsV2.Model.DescribeBotResponse

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

Syntax

C#
public class DescribeBotResponse : AmazonWebServiceResponse

The DescribeBotResponse type exposes the following members

Constructors

NameDescription
Public Method DescribeBotResponse()

Properties

NameTypeDescription
Public Property BotId System.String

Gets and sets the property BotId.

The unique identifier of the bot.

Public Property BotMembers System.Collections.Generic.List<Amazon.LexModelsV2.Model.BotMember>

Gets and sets the property BotMembers.

The list of bots in the network that was described.

Public Property BotName System.String

Gets and sets the property BotName.

The name of the bot.

Public Property BotStatus Amazon.LexModelsV2.BotStatus

Gets and sets the property BotStatus.

The current status of the bot. When the status is Available the bot is ready to be used in conversations with users.

Public Property BotType Amazon.LexModelsV2.BotType

Gets and sets the property BotType.

The type of the bot that was described.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationDateTime System.DateTime

Gets and sets the property CreationDateTime.

A timestamp of the date and time that the bot was created.

Public Property DataPrivacy Amazon.LexModelsV2.Model.DataPrivacy

Gets and sets the property DataPrivacy.

Settings for managing data privacy of the bot and its conversations with users.

Public Property Description System.String

Gets and sets the property Description.

The description of the bot.

Public Property ErrorLogSettings Amazon.LexModelsV2.Model.ErrorLogSettings

Gets and sets the property ErrorLogSettings.

Contains the configuration for error logging that specifies where and how bot errors are recorded, including destinations like CloudWatch Logs.

Public Property FailureReasons System.Collections.Generic.List<System.String>

Gets and sets the property FailureReasons.

If the botStatus is Failed, this contains a list of reasons that the bot couldn't be built.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IdleSessionTTLInSeconds System.Int32

Gets and sets the property IdleSessionTTLInSeconds.

The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.

Public Property LastUpdatedDateTime System.DateTime

Gets and sets the property LastUpdatedDateTime.

A timestamp of the date and time that the bot was last updated.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.

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