View source: R/ivschat_operations.R
ivschat_list_rooms | R Documentation |
Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of updateTime
.
See https://www.paws-r-sdk.com/docs/ivschat_list_rooms/ for full documentation.
ivschat_list_rooms(
name = NULL,
nextToken = NULL,
maxResults = NULL,
messageReviewHandlerUri = NULL,
loggingConfigurationIdentifier = NULL
)
name |
Filters the list to match the specified room name. |
nextToken |
The first room to retrieve. This is used for pagination; see the
|
maxResults |
Maximum number of rooms to return. Default: 50. |
messageReviewHandlerUri |
Filters the list to match the specified message review handler URI. |
loggingConfigurationIdentifier |
Logging-configuration identifier. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.