public static interface ConversationLogsDataSource.Builder extends SdkPojo, CopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>
| Modifier and Type | Method and Description |
|---|---|
ConversationLogsDataSource.Builder |
botAliasId(String botAliasId)
The bot alias Id from the conversation logs.
|
ConversationLogsDataSource.Builder |
botId(String botId)
The bot Id from the conversation logs.
|
default ConversationLogsDataSource.Builder |
filter(Consumer<ConversationLogsDataSourceFilterBy.Builder> filter)
The filter for the data source of the conversation log.
|
ConversationLogsDataSource.Builder |
filter(ConversationLogsDataSourceFilterBy filter)
The filter for the data source of the conversation log.
|
ConversationLogsDataSource.Builder |
localeId(String localeId)
The locale Id of the conversation log.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLogsDataSource.Builder botId(String botId)
The bot Id from the conversation logs.
botId - The bot Id from the conversation logs.ConversationLogsDataSource.Builder botAliasId(String botAliasId)
The bot alias Id from the conversation logs.
botAliasId - The bot alias Id from the conversation logs.ConversationLogsDataSource.Builder localeId(String localeId)
The locale Id of the conversation log.
localeId - The locale Id of the conversation log.ConversationLogsDataSource.Builder filter(ConversationLogsDataSourceFilterBy filter)
The filter for the data source of the conversation log.
filter - The filter for the data source of the conversation log.default ConversationLogsDataSource.Builder filter(Consumer<ConversationLogsDataSourceFilterBy.Builder> filter)
The filter for the data source of the conversation log.
This is a convenience method that creates an instance of theConversationLogsDataSourceFilterBy.Builder avoiding the need to create one manually via
ConversationLogsDataSourceFilterBy.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filter(ConversationLogsDataSourceFilterBy).
filter - a consumer that will call methods on ConversationLogsDataSourceFilterBy.Builderfilter(ConversationLogsDataSourceFilterBy)Copyright © 2023. All rights reserved.