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 CreateBot operation.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class CreateBotResponse : AmazonWebServiceResponse
The CreateBotResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateBotResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotId | System.String |
Gets and sets the property BotId. A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations. |
![]() |
BotMembers | System.Collections.Generic.List<Amazon.LexModelsV2.Model.BotMember> |
Gets and sets the property BotMembers. The list of bots in a network that was created. |
![]() |
BotName | System.String |
Gets and sets the property BotName. The name specified for the bot. |
![]() |
BotStatus | Amazon.LexModelsV2.BotStatus |
Gets and sets the property BotStatus.
Shows the current status of the bot. The bot is first in the |
![]() |
BotTags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property BotTags. A list of tags associated with the bot. |
![]() |
BotType | Amazon.LexModelsV2.BotType |
Gets and sets the property BotType. The type of a bot that was created. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreationDateTime | System.DateTime |
Gets and sets the property CreationDateTime. A timestamp indicating the date and time that the bot was created. |
![]() |
DataPrivacy | Amazon.LexModelsV2.Model.DataPrivacy |
Gets and sets the property DataPrivacy. The data privacy settings specified for the bot. |
![]() |
Description | System.String |
Gets and sets the property Description. The description specified for the bot. |
![]() |
ErrorLogSettings | Amazon.LexModelsV2.Model.ErrorLogSettings |
Gets and sets the property ErrorLogSettings. Specifies configuration settings for delivering error logs to Cloudwatch Logs in an Amazon Lex bot response. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
IdleSessionTTLInSeconds | System.Int32 |
Gets and sets the property IdleSessionTTLInSeconds. The session idle time specified for the bot. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The IAM role specified for the bot. |
![]() |
TestBotAliasTags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property TestBotAliasTags. A list of tags associated with the test alias for the bot. |
.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