Module: Aws::LexModelsV2::Client::_DescribeBotVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_members ⇒ ::Array[Types::BotMember]
- #bot_name ⇒ ::String
- #bot_status ⇒ "Creating", ...
- #bot_type ⇒ "Bot", "BotNetwork"
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #data_privacy ⇒ Types::DataPrivacy
- #description ⇒ ::String
- #failure_reasons ⇒ ::Array[::String]
- #idle_session_ttl_in_seconds ⇒ ::Integer
- #parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
- #role_arn ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
907 |
# File 'sig/client.rbs', line 907
def bot_id: () -> ::String
|
#bot_members ⇒ ::Array[Types::BotMember]
919 |
# File 'sig/client.rbs', line 919
def bot_members: () -> ::Array[Types::BotMember]
|
#bot_name ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def bot_name: () -> ::String
|
#bot_status ⇒ "Creating", ...
914 |
# File 'sig/client.rbs', line 914
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_type ⇒ "Bot", "BotNetwork"
918 |
# File 'sig/client.rbs', line 918
def bot_type: () -> ("Bot" | "BotNetwork")
|
#bot_version ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
916 |
# File 'sig/client.rbs', line 916
def creation_date_time: () -> ::Time
|
#data_privacy ⇒ Types::DataPrivacy
912 |
# File 'sig/client.rbs', line 912
def data_privacy: () -> Types::DataPrivacy
|
#description ⇒ ::String
910 |
# File 'sig/client.rbs', line 910
def description: () -> ::String
|
#failure_reasons ⇒ ::Array[::String]
915 |
# File 'sig/client.rbs', line 915
def failure_reasons: () -> ::Array[::String]
|
#idle_session_ttl_in_seconds ⇒ ::Integer
913 |
# File 'sig/client.rbs', line 913
def idle_session_ttl_in_seconds: () -> ::Integer
|
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
917 |
# File 'sig/client.rbs', line 917
def parent_bot_networks: () -> ::Array[Types::ParentBotNetwork]
|
#role_arn ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def role_arn: () -> ::String
|