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.
Container for the parameters to the CreateBot operation. Creates an Amazon Lex conversational bot.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class CreateBotRequest : AmazonLexModelsV2Request IAmazonWebServiceRequest
The CreateBotRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateBotRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BotMembers | System.Collections.Generic.List<Amazon.LexModelsV2.Model.BotMember> |
Gets and sets the property BotMembers. The list of bot members in a network to be created. |
![]() |
BotName | System.String |
Gets and sets the property BotName. The name of the bot. The bot name must be unique in the account that creates the bot. |
![]() |
BotTags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property BotTags.
A list of tags to add to the bot. You can only add tags when you create a bot. You
can't use the |
![]() |
BotType | Amazon.LexModelsV2.BotType |
Gets and sets the property BotType. The type of a bot to create. |
![]() |
DataPrivacy | Amazon.LexModelsV2.Model.DataPrivacy |
Gets and sets the property DataPrivacy. Provides information on additional privacy protections Amazon Lex should use with the bot's data. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the bot. It appears in lists to help you identify a particular bot. |
![]() |
ErrorLogSettings | Amazon.LexModelsV2.Model.ErrorLogSettings |
Gets and sets the property ErrorLogSettings. Specifies the configuration for error logging during bot creation. |
![]() |
IdleSessionTTLInSeconds | System.Int32 |
Gets and sets the property IdleSessionTTLInSeconds. The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout. You can specify between 60 (1 minute) and 86,400 (24 hours) seconds. |
![]() |
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. |
![]() |
TestBotAliasTags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property TestBotAliasTags.
A list of tags to add to the test alias for a bot. You can only add tags when you
create a bot. You can't use the |
.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