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
912 |
# File 'sig/client.rbs', line 912
def bot_id: () -> ::String
|
#bot_members ⇒ ::Array[Types::BotMember]
924 |
# File 'sig/client.rbs', line 924
def bot_members: () -> ::Array[Types::BotMember]
|
#bot_name ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def bot_name: () -> ::String
|
#bot_status ⇒ "Creating", ...
919 |
# File 'sig/client.rbs', line 919
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_type ⇒ "Bot", "BotNetwork"
923 |
# File 'sig/client.rbs', line 923
def bot_type: () -> ("Bot" | "BotNetwork")
|
#bot_version ⇒ ::String
914 |
# File 'sig/client.rbs', line 914
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
921 |
# File 'sig/client.rbs', line 921
def creation_date_time: () -> ::Time
|
#data_privacy ⇒ Types::DataPrivacy
917 |
# File 'sig/client.rbs', line 917
def data_privacy: () -> Types::DataPrivacy
|
#description ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def description: () -> ::String
|
#failure_reasons ⇒ ::Array[::String]
920 |
# File 'sig/client.rbs', line 920
def failure_reasons: () -> ::Array[::String]
|
#idle_session_ttl_in_seconds ⇒ ::Integer
918 |
# File 'sig/client.rbs', line 918
def idle_session_ttl_in_seconds: () -> ::Integer
|
#parent_bot_networks ⇒ ::Array[Types::ParentBotNetwork]
922 |
# File 'sig/client.rbs', line 922
def parent_bot_networks: () -> ::Array[Types::ParentBotNetwork]
|
#role_arn ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def role_arn: () -> ::String
|