Class: Aws::QBusiness::Types::ChatSyncOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ChatSyncOutput
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_review ⇒ Types::ActionReview
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete a requested plugin action.
-
#auth_challenge_request ⇒ Types::AuthChallengeRequest
An authentication verification event activated by an end user request to use a custom plugin.
-
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
-
#failed_attachments ⇒ Array<Types::AttachmentOutput>
A list of files which failed to upload during chat.
-
#source_attributions ⇒ Array<Types::SourceAttribution>
The source documents used to generate the conversation response.
-
#system_message ⇒ String
An AI-generated message in a conversation.
-
#system_message_id ⇒ String
The identifier of an Amazon Q Business AI generated message within the conversation.
-
#user_message_id ⇒ String
The identifier of an Amazon Q Business end user text input message within the conversation.
Instance Attribute Details
#action_review ⇒ Types::ActionReview
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete a requested plugin action.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#auth_challenge_request ⇒ Types::AuthChallengeRequest
An authentication verification event activated by an end user request to use a custom plugin.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The identifier of the Amazon Q Business conversation.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#failed_attachments ⇒ Array<Types::AttachmentOutput>
A list of files which failed to upload during chat.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#source_attributions ⇒ Array<Types::SourceAttribution>
The source documents used to generate the conversation response.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#system_message ⇒ String
An AI-generated message in a conversation.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#system_message_id ⇒ String
The identifier of an Amazon Q Business AI generated message within the conversation.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |
#user_message_id ⇒ String
The identifier of an Amazon Q Business end user text input message within the conversation.
1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1103 class ChatSyncOutput < Struct.new( :conversation_id, :system_message, :system_message_id, :user_message_id, :action_review, :auth_challenge_request, :source_attributions, :failed_attachments) SENSITIVE = [] include Aws::Structure end |