Amazon Q for Business - Conversation log extraction

0

Hello everyone,

We have CloudTrail capturing all event logs from qbusiness and sending the logs to an S3 bucket, yet there is no recording of user conversations in any of the logs. Does anyone have any guidance on this? Using Q Business as a standalone product, not through Connect.

1 Answer
0

The CloudTrail events will not capture the content for the Conversation between User and Amazon Q Business service due to the following:

  • Size of the event
  • Security and Data confidentiality as the conversation may contain sensitive information

The Amazon Q Business API provides a mechanism to explicitly list Conversation and Messages contained in them. Please see the following links for detail:

Please see the following GitHub link for an example to use ListConversations API call:

Please note that the Amazon Q Business service is now General Available and it is a hard requirement to use IAM Identity Center (IdC). This means that the ListConversations API call will no longer allow you to simply supply the user-id. Instead, we need use a session token. Please see the below GitHub repository for an example of how this can be done:

AWS
answered 3 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions