Class ConversationLogsDataSource
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.ConversationLogsDataSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>
@Generated("software.amazon.awssdk:codegen") public final class ConversationLogsDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>
The data source that uses conversation logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConversationLogsDataSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbotAliasId()The bot alias Id from the conversation logs.StringbotId()The bot Id from the conversation logs.static ConversationLogsDataSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ConversationLogsDataSourceFilterByfilter()The filter for the data source of the conversation log.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlocaleId()The locale Id of the conversation log.List<SdkField<?>>sdkFields()static Class<? extends ConversationLogsDataSource.Builder>serializableBuilderClass()ConversationLogsDataSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
botId
public final String botId()
The bot Id from the conversation logs.
- Returns:
- The bot Id from the conversation logs.
-
botAliasId
public final String botAliasId()
The bot alias Id from the conversation logs.
- Returns:
- The bot alias Id from the conversation logs.
-
localeId
public final String localeId()
The locale Id of the conversation log.
- Returns:
- The locale Id of the conversation log.
-
filter
public final ConversationLogsDataSourceFilterBy filter()
The filter for the data source of the conversation log.
- Returns:
- The filter for the data source of the conversation log.
-
toBuilder
public ConversationLogsDataSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConversationLogsDataSource.Builder,ConversationLogsDataSource>
-
builder
public static ConversationLogsDataSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConversationLogsDataSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-