Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listConversationsResponseConversation")
fun Flow<ListConversationsResponse>.conversations(): Flow<Conversation>

This paginator transforms the flow returned by listConversationsPaginated to access the nested member Conversation

Link copied to clipboard
@JvmName(name = "listDocumentsResponseDocumentDetails")
fun Flow<ListDocumentsResponse>.documentDetailList(): Flow<DocumentDetails>

This paginator transforms the flow returned by listDocumentsPaginated to access the nested member DocumentDetails

Link copied to clipboard
@JvmName(name = "listDataSourceSyncJobsResponseDataSourceSyncJob")
fun Flow<ListDataSourceSyncJobsResponse>.history(): Flow<DataSourceSyncJob>

This paginator transforms the flow returned by listDataSourceSyncJobsPaginated to access the nested member DataSourceSyncJob

Link copied to clipboard
@JvmName(name = "listGroupsResponseGroupSummary")
fun Flow<ListGroupsResponse>.items(): Flow<GroupSummary>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupSummary

Link copied to clipboard
@JvmName(name = "listMessagesResponseMessage")
fun Flow<ListMessagesResponse>.messages(): Flow<Message>

This paginator transforms the flow returned by listMessagesPaginated to access the nested member Message

Link copied to clipboard
@JvmName(name = "getChatControlsConfigurationResponseTopicConfiguration")
fun Flow<GetChatControlsConfigurationResponse>.topicConfigurations(): Flow<TopicConfiguration>

This paginator transforms the flow returned by getChatControlsConfigurationPaginated to access the nested member TopicConfiguration