Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLogsDataSource
-
Packages that use ConversationLogsDataSource Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLogsDataSource in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLogsDataSource Modifier and Type Method Description ConversationLogsDataSourceTestSetGenerationDataSource. conversationLogsDataSource()Contains information about the bot from which the conversation logs are sourced.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLogsDataSource Modifier and Type Method Description TestSetGenerationDataSource.BuilderTestSetGenerationDataSource.Builder. conversationLogsDataSource(ConversationLogsDataSource conversationLogsDataSource)Contains information about the bot from which the conversation logs are sourced.
-