Parameter | Description |
---|---|
Chat | The resource name of the chat. Format: spaces/. |
Filter | A query filter. You can filter messages by date (createTime) and thread (thread.name). |
Page Size | The maximum number of messages returned. The service might return fewer messages than this value. If unspecified, at most 25 are returned. The maximum value is 1,000. If you use a value more than 1,000, itβs automatically changed to 1,000. |
Read From | Choose from which space type to read messages. |
Space | The resource name of the space. Format: spaces/. |
Parameter | Description |
---|---|
Delegated User Override | Perform the action on behalf of another user, overriding the delegated user defined in the connection. If not specified, the delegated user is the one provided in the connection. Has no effect when using an OAuth connection. NOTE: the connection details are not edited by this input. |
Order By | How the list of messages is ordered. Specify a value to order by an ordering operation. Valid ordering operation values are as follows: ASC for ascending. DESC for descending. The default ordering is createTime ASC . |