Module: Aws::LexModelsV2::Client::_DescribeBotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBotResponse]
- 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"
- #creation_date_time ⇒ ::Time
- #data_privacy ⇒ Types::DataPrivacy
- #description ⇒ ::String
- #error_log_settings ⇒ Types::ErrorLogSettings
- #failure_reasons ⇒ ::Array[::String]
- #idle_session_ttl_in_seconds ⇒ ::Integer
- #last_updated_date_time ⇒ ::Time
- #role_arn ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def bot_id: () -> ::String
|
#bot_members ⇒ ::Array[Types::BotMember]
759 |
# File 'sig/client.rbs', line 759
def bot_members: () -> ::Array[Types::BotMember]
|
#bot_name ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def bot_name: () -> ::String
|
#bot_status ⇒ "Creating", ...
755 |
# File 'sig/client.rbs', line 755
def bot_status: () -> ("Creating" | "Available" | "Inactive" | "Deleting" | "Failed" | "Versioning" | "Importing" | "Updating")
|
#bot_type ⇒ "Bot", "BotNetwork"
758 |
# File 'sig/client.rbs', line 758
def bot_type: () -> ("Bot" | "BotNetwork")
|
#creation_date_time ⇒ ::Time
756 |
# File 'sig/client.rbs', line 756
def creation_date_time: () -> ::Time
|
#data_privacy ⇒ Types::DataPrivacy
753 |
# File 'sig/client.rbs', line 753
def data_privacy: () -> Types::DataPrivacy
|
#description ⇒ ::String
751 |
# File 'sig/client.rbs', line 751
def description: () -> ::String
|
#error_log_settings ⇒ Types::ErrorLogSettings
761 |
# File 'sig/client.rbs', line 761
def error_log_settings: () -> Types::ErrorLogSettings
|
#failure_reasons ⇒ ::Array[::String]
760 |
# File 'sig/client.rbs', line 760
def failure_reasons: () -> ::Array[::String]
|
#idle_session_ttl_in_seconds ⇒ ::Integer
754 |
# File 'sig/client.rbs', line 754
def idle_session_ttl_in_seconds: () -> ::Integer
|
#last_updated_date_time ⇒ ::Time
757 |
# File 'sig/client.rbs', line 757
def last_updated_date_time: () -> ::Time
|
#role_arn ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def role_arn: () -> ::String
|