@aws-sdk/client-qbusiness

ListMessagesCommandInput Interface

The input for ListMessagesCommand.

Members

Name
Type
Details
applicationId Requiredstring | undefined

The identifier for the Amazon Q Business application.

conversationId Requiredstring | undefined

The identifier of the Amazon Q Business web experience conversation.

maxResults number | undefined

The maximum number of messages to return.

nextToken string | undefined

If the number of messages returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of messages.

userId string | undefined

The identifier of the user involved in the Amazon Q Business web experience conversation.

Full Signature

export interface ListMessagesCommandInput extends ListMessagesRequest