public static interface AudioLogSetting.Builder extends SdkPojo, CopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>
| Modifier and Type | Method and Description |
|---|---|
AudioLogSetting.Builder |
destination(AudioLogDestination destination)
Sets the value of the Destination property for this object.
|
default AudioLogSetting.Builder |
destination(Consumer<AudioLogDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
AudioLogSetting.Builder |
enabled(Boolean enabled)
Determines whether audio logging in enabled for the bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioLogSetting.Builder enabled(Boolean enabled)
Determines whether audio logging in enabled for the bot.
enabled - Determines whether audio logging in enabled for the bot.AudioLogSetting.Builder destination(AudioLogDestination destination)
destination - The new value for the Destination property for this object.default AudioLogSetting.Builder destination(Consumer<AudioLogDestination.Builder> destination)
AudioLogDestination.Builder avoiding the need
to create one manually via AudioLogDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to destination(AudioLogDestination).destination - a consumer that will call methods on AudioLogDestination.Builderdestination(AudioLogDestination)Copyright © 2022. All rights reserved.