@Generated(value="software.amazon.awssdk:codegen") public final class ConversationLogsDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>
The data source that uses conversation logs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConversationLogsDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botAliasId()
The bot alias Id from the conversation logs.
|
String |
botId()
The bot Id from the conversation logs.
|
static ConversationLogsDataSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ConversationLogsDataSourceFilterBy |
filter()
The filter for the data source of the conversation log.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The locale Id of the conversation log.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConversationLogsDataSource.Builder> |
serializableBuilderClass() |
ConversationLogsDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String botId()
The bot Id from the conversation logs.
public final String botAliasId()
The bot alias Id from the conversation logs.
public final String localeId()
The locale Id of the conversation log.
public final ConversationLogsDataSourceFilterBy filter()
The filter for the data source of the conversation log.
public ConversationLogsDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>public static ConversationLogsDataSource.Builder builder()
public static Class<? extends ConversationLogsDataSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.