Class: Aws::LexModelsV2::Types::UpdateBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UpdateBotRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique identifier of the bot to update.
-
#bot_members ⇒ Array<Types::BotMember>
The list of bot members in the network associated with the update action.
-
#bot_name ⇒ String
The new name of the bot.
-
#bot_type ⇒ String
The type of the bot to be updated.
-
#data_privacy ⇒ Types::DataPrivacy
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
-
#description ⇒ String
A description of the bot.
-
#idle_session_ttl_in_seconds ⇒ Integer
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
Instance Attribute Details
#bot_id ⇒ String
The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#bot_members ⇒ Array<Types::BotMember>
The list of bot members in the network associated with the update action.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#bot_name ⇒ String
The new name of the bot. The name must be unique in the account that creates the bot.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#bot_type ⇒ String
The type of the bot to be updated.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#data_privacy ⇒ Types::DataPrivacy
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the bot.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#idle_session_ttl_in_seconds ⇒ Integer
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.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
13877 13878 13879 13880 13881 13882 13883 13884 13885 13886 13887 13888 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13877 class UpdateBotRequest < Struct.new( :bot_id, :bot_name, :description, :role_arn, :data_privacy, :idle_session_ttl_in_seconds, :bot_type, :bot_members) SENSITIVE = [] include Aws::Structure end |