Interface AudioLogSetting.Builder

    • Method Detail

      • 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.
      • 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.