Module: Aws::QBusiness::Client::_GetChatResponseConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChatResponseConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #chat_response_configuration_arn ⇒ ::String
- #chat_response_configuration_id ⇒ ::String
- #created_at ⇒ ::Time
- #display_name ⇒ ::String
- #in_use_configuration ⇒ Types::ChatResponseConfigurationDetail
- #last_update_configuration ⇒ Types::ChatResponseConfigurationDetail
Instance Method Details
#chat_response_configuration_arn ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def chat_response_configuration_arn: () -> ::String
|
#chat_response_configuration_id ⇒ ::String
708 |
# File 'sig/client.rbs', line 708
def chat_response_configuration_id: () -> ::String
|
#created_at ⇒ ::Time
711 |
# File 'sig/client.rbs', line 711
def created_at: () -> ::Time
|
#display_name ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def display_name: () -> ::String
|
#in_use_configuration ⇒ Types::ChatResponseConfigurationDetail
712 |
# File 'sig/client.rbs', line 712
def in_use_configuration: () -> Types::ChatResponseConfigurationDetail
|
#last_update_configuration ⇒ Types::ChatResponseConfigurationDetail
713 |
# File 'sig/client.rbs', line 713
def last_update_configuration: () -> Types::ChatResponseConfigurationDetail
|