Module: Aws::LexModelBuildingService::Client::_GetBotChannelAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBotChannelAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_alias ⇒ ::String
- #bot_configuration ⇒ ::Hash[::String, ::String]
- #bot_name ⇒ ::String
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #failure_reason ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #type ⇒ "Facebook", ...
Instance Method Details
#bot_alias ⇒ ::String
281 |
# File 'sig/client.rbs', line 281 def bot_alias: () -> ::String |
#bot_configuration ⇒ ::Hash[::String, ::String]
285 |
# File 'sig/client.rbs', line 285 def bot_configuration: () -> ::Hash[::String, ::String] |
#bot_name ⇒ ::String
282 |
# File 'sig/client.rbs', line 282 def bot_name: () -> ::String |
#created_date ⇒ ::Time
283 |
# File 'sig/client.rbs', line 283 def created_date: () -> ::Time |
#description ⇒ ::String
280 |
# File 'sig/client.rbs', line 280 def description: () -> ::String |
#failure_reason ⇒ ::String
287 |
# File 'sig/client.rbs', line 287 def failure_reason: () -> ::String |
#name ⇒ ::String
279 |
# File 'sig/client.rbs', line 279 def name: () -> ::String |
#status ⇒ "IN_PROGRESS", ...
286 |
# File 'sig/client.rbs', line 286 def status: () -> ("IN_PROGRESS" | "CREATED" | "FAILED") |
#type ⇒ "Facebook", ...
284 |
# File 'sig/client.rbs', line 284 def type: () -> ("Facebook" | "Slack" | "Twilio-Sms" | "Kik") |