list_messages¶
Operation¶
list_messages
async
¶
list_messages(input: ListMessagesInput, plugins: list[Plugin] | None = None) -> ListMessagesOutput
Gets a list of messages associated with an Amazon Q Business web experience.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListMessagesInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListMessagesOutput
|
An instance of |
Input¶
ListMessagesInput
dataclass
¶
Dataclass for ListMessagesInput structure.
Attributes¶
application_id
class-attribute
instance-attribute
¶
application_id: str | None = None
The identifier for the Amazon Q Business application.
conversation_id
class-attribute
instance-attribute
¶
conversation_id: str | None = None
The identifier of the Amazon Q Business web experience conversation.
max_results
class-attribute
instance-attribute
¶
max_results: int | None = None
The maximum number of messages to return.