Interface AudioLogSetting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>, SdkBuilder<AudioLogSetting.Builder,AudioLogSetting>, SdkPojo
Enclosing class:
AudioLogSetting

public static interface AudioLogSetting.Builder extends SdkPojo, CopyableBuilder<AudioLogSetting.Builder,AudioLogSetting>
  • Method Details

    • enabled

      AudioLogSetting.Builder enabled(Boolean enabled)

      Determines whether audio logging in enabled for the bot.

      Parameters:
      enabled - Determines whether audio logging in enabled for the bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      AudioLogSetting.Builder destination(AudioLogDestination destination)
      Sets the value of the Destination property for this object.
      Parameters:
      destination - The new value for the Destination property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destination

      default AudioLogSetting.Builder destination(Consumer<AudioLogDestination.Builder> destination)
      Sets the value of the Destination property for this object. This is a convenience method that creates an instance of the 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).

      Parameters:
      destination - a consumer that will call methods on AudioLogDestination.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • selectiveLoggingEnabled

      AudioLogSetting.Builder selectiveLoggingEnabled(Boolean selectiveLoggingEnabled)

      The option to enable selective conversation log capture for audio.

      Parameters:
      selectiveLoggingEnabled - The option to enable selective conversation log capture for audio.
      Returns:
      Returns a reference to this object so that method calls can be chained together.