Module: Aws::QBusiness::Client::_ChatSyncResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ChatSyncOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action_review ⇒ Types::ActionReview
- #auth_challenge_request ⇒ Types::AuthChallengeRequest
- #conversation_id ⇒ ::String
- #failed_attachments ⇒ ::Array[Types::AttachmentOutput]
- #source_attributions ⇒ ::Array[Types::SourceAttribution]
- #system_message ⇒ ::String
- #system_message_id ⇒ ::String
- #user_message_id ⇒ ::String
Instance Method Details
#action_review ⇒ Types::ActionReview
194 |
# File 'sig/client.rbs', line 194
def action_review: () -> Types::ActionReview
|
#auth_challenge_request ⇒ Types::AuthChallengeRequest
195 |
# File 'sig/client.rbs', line 195
def auth_challenge_request: () -> Types::AuthChallengeRequest
|
#conversation_id ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def conversation_id: () -> ::String
|
#failed_attachments ⇒ ::Array[Types::AttachmentOutput]
197 |
# File 'sig/client.rbs', line 197
def failed_attachments: () -> ::Array[Types::AttachmentOutput]
|
#source_attributions ⇒ ::Array[Types::SourceAttribution]
196 |
# File 'sig/client.rbs', line 196
def source_attributions: () -> ::Array[Types::SourceAttribution]
|
#system_message ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def system_message: () -> ::String
|
#system_message_id ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def system_message_id: () -> ::String
|
#user_message_id ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def user_message_id: () -> ::String
|