Class AudioLogSetting
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.AudioLogSetting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>
@Generated("software.amazon.awssdk:codegen") public final class AudioLogSetting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>
Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAudioLogSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AudioLogSetting.Builderbuilder()AudioLogDestinationdestination()Returns the value of the Destination property for this object.Booleanenabled()Determines whether audio logging in enabled for the bot.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()BooleanselectiveLoggingEnabled()The option to enable selective conversation log capture for audio.static Class<? extends AudioLogSetting.Builder>serializableBuilderClass()AudioLogSetting.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
-
enabled
public final Boolean enabled()
Determines whether audio logging in enabled for the bot.
- Returns:
- Determines whether audio logging in enabled for the bot.
-
destination
public final AudioLogDestination destination()
Returns the value of the Destination property for this object.- Returns:
- The value of the Destination property for this object.
-
selectiveLoggingEnabled
public final Boolean selectiveLoggingEnabled()
The option to enable selective conversation log capture for audio.
- Returns:
- The option to enable selective conversation log capture for audio.
-
toBuilder
public AudioLogSetting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>
-
builder
public static AudioLogSetting.Builder builder()
-
serializableBuilderClass
public static Class<? extends AudioLogSetting.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.
-
-