Interface TextLogSetting.Builder

    • Method Detail

      • enabled

        TextLogSetting.Builder enabled​(Boolean enabled)

        Determines whether conversation logs should be stored for an alias.

        Parameters:
        enabled - Determines whether conversation logs should be stored for an alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        TextLogSetting.Builder destination​(TextLogDestination 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

        TextLogSetting.Builder selectiveLoggingEnabled​(Boolean selectiveLoggingEnabled)

        The option to enable selective conversation log capture for text.

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