Interface ConversationLogSettings.Builder

    • Method Detail

      • textLogSettings

        ConversationLogSettings.Builder textLogSettings​(Collection<TextLogSetting> textLogSettings)

        The Amazon CloudWatch Logs settings for logging text and metadata.

        Parameters:
        textLogSettings - The Amazon CloudWatch Logs settings for logging text and metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textLogSettings

        ConversationLogSettings.Builder textLogSettings​(TextLogSetting... textLogSettings)

        The Amazon CloudWatch Logs settings for logging text and metadata.

        Parameters:
        textLogSettings - The Amazon CloudWatch Logs settings for logging text and metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • audioLogSettings

        ConversationLogSettings.Builder audioLogSettings​(Collection<AudioLogSetting> audioLogSettings)

        The Amazon S3 settings for logging audio to an S3 bucket.

        Parameters:
        audioLogSettings - The Amazon S3 settings for logging audio to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • audioLogSettings

        ConversationLogSettings.Builder audioLogSettings​(AudioLogSetting... audioLogSettings)

        The Amazon S3 settings for logging audio to an S3 bucket.

        Parameters:
        audioLogSettings - The Amazon S3 settings for logging audio to an S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.