lexBots

@JvmName(name = "listBotsResponseLexBotConfig")
fun Flow<ListBotsResponse>.lexBots(): Flow<LexBotConfig>

This paginator transforms the flow returned by listBotsPaginated to access the nested member LexBotConfig

Return

A kotlinx.coroutines.flow.Flow that can collect LexBotConfig


@JvmName(name = "listLexBotsResponseLexBot")
fun Flow<ListLexBotsResponse>.lexBots(): Flow<LexBot>

This paginator transforms the flow returned by listLexBotsPaginated to access the nested member LexBot

Return

A kotlinx.coroutines.flow.Flow that can collect LexBot