QApps / Client / export_q_app_session_data
export_q_app_session_data#
- QApps.Client.export_q_app_session_data(**kwargs)#
Exports the collected data of a Q App data collection session.
See also: AWS API Documentation
Request Syntax
response = client.export_q_app_session_data( instanceId='string', sessionId='string' )
- Parameters:
instanceId (string) –
[REQUIRED]
The unique identifier of the Amazon Q Business application environment instance.
sessionId (string) –
[REQUIRED]
The unique identifier of the Q App data collection session.
- Return type:
dict
- Returns:
Response Syntax
{ 'csvFileLink': 'string', 'expiresAt': datetime(2015, 1, 1), 'sessionArn': 'string' }
Response Structure
(dict) –
csvFileLink (string) –
The link where the exported Q App session data can be downloaded from.
expiresAt (datetime) –
The date and time when the link for the exported Q App session data expires.
sessionArn (string) –
The Amazon Resource Name (ARN) of the Q App data collection session.
Exceptions
QApps.Client.exceptions.ResourceNotFoundException
QApps.Client.exceptions.AccessDeniedException
QApps.Client.exceptions.ConflictException
QApps.Client.exceptions.ValidationException
QApps.Client.exceptions.InternalServerException
QApps.Client.exceptions.UnauthorizedException
QApps.Client.exceptions.ServiceQuotaExceededException
QApps.Client.exceptions.ThrottlingException