Interface ConfigurationEvent.Builder

    • Method Detail

      • channelDefinitions

        ConfigurationEvent.Builder channelDefinitions​(Collection<ChannelDefinition> channelDefinitions)

        Indicates which speaker is on which audio channel.

        Parameters:
        channelDefinitions - Indicates which speaker is on which audio channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelDefinitions

        ConfigurationEvent.Builder channelDefinitions​(ChannelDefinition... channelDefinitions)

        Indicates which speaker is on which audio channel.

        Parameters:
        channelDefinitions - Indicates which speaker is on which audio channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • postCallAnalyticsSettings

        ConfigurationEvent.Builder postCallAnalyticsSettings​(PostCallAnalyticsSettings postCallAnalyticsSettings)

        Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.

        PostCallAnalyticsSettings provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.

        Parameters:
        postCallAnalyticsSettings - Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted transcript.

        PostCallAnalyticsSettings provides you with the same insights as a Call Analytics post-call transcription. Refer to Post-call analytics for more information on this feature.

        Returns:
        Returns a reference to this object so that method calls can be chained together.