public static interface ConversationLogsDataSourceFilterBy.Builder extends SdkPojo, CopyableBuilder<ConversationLogsDataSourceFilterBy.Builder,ConversationLogsDataSourceFilterBy>
| Modifier and Type | Method and Description |
|---|---|
ConversationLogsDataSourceFilterBy.Builder |
endTime(Instant endTime)
The end time for the conversation log.
|
ConversationLogsDataSourceFilterBy.Builder |
inputMode(ConversationLogsInputModeFilter inputMode)
The selection to filter by input mode for the conversation logs.
|
ConversationLogsDataSourceFilterBy.Builder |
inputMode(String inputMode)
The selection to filter by input mode for the conversation logs.
|
ConversationLogsDataSourceFilterBy.Builder |
startTime(Instant startTime)
The start time for the conversation log.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLogsDataSourceFilterBy.Builder startTime(Instant startTime)
The start time for the conversation log.
startTime - The start time for the conversation log.ConversationLogsDataSourceFilterBy.Builder endTime(Instant endTime)
The end time for the conversation log.
endTime - The end time for the conversation log.ConversationLogsDataSourceFilterBy.Builder inputMode(String inputMode)
The selection to filter by input mode for the conversation logs.
inputMode - The selection to filter by input mode for the conversation logs.ConversationLogsInputModeFilter,
ConversationLogsInputModeFilterConversationLogsDataSourceFilterBy.Builder inputMode(ConversationLogsInputModeFilter inputMode)
The selection to filter by input mode for the conversation logs.
inputMode - The selection to filter by input mode for the conversation logs.ConversationLogsInputModeFilter,
ConversationLogsInputModeFilterCopyright © 2023. All rights reserved.