/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Allows you to set audio channel definitions and post-call analytics
* settings.See Also:
AWS
* API Reference
Indicates which speaker is on which audio channel.
*/ inline const Aws::VectorIndicates which speaker is on which audio channel.
*/ inline bool ChannelDefinitionsHasBeenSet() const { return m_channelDefinitionsHasBeenSet; } /** *Indicates which speaker is on which audio channel.
*/ inline void SetChannelDefinitions(const Aws::VectorIndicates which speaker is on which audio channel.
*/ inline void SetChannelDefinitions(Aws::VectorIndicates which speaker is on which audio channel.
*/ inline ConfigurationEvent& WithChannelDefinitions(const Aws::VectorIndicates which speaker is on which audio channel.
*/ inline ConfigurationEvent& WithChannelDefinitions(Aws::VectorIndicates which speaker is on which audio channel.
*/ inline ConfigurationEvent& AddChannelDefinitions(const ChannelDefinition& value) { m_channelDefinitionsHasBeenSet = true; m_channelDefinitions.push_back(value); return *this; } /** *Indicates which speaker is on which audio channel.
*/ inline ConfigurationEvent& AddChannelDefinitions(ChannelDefinition&& value) { m_channelDefinitionsHasBeenSet = true; m_channelDefinitions.push_back(std::move(value)); return *this; } /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline const PostCallAnalyticsSettings& GetPostCallAnalyticsSettings() const{ return m_postCallAnalyticsSettings; } /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline bool PostCallAnalyticsSettingsHasBeenSet() const { return m_postCallAnalyticsSettingsHasBeenSet; } /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline void SetPostCallAnalyticsSettings(const PostCallAnalyticsSettings& value) { m_postCallAnalyticsSettingsHasBeenSet = true; m_postCallAnalyticsSettings = value; } /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline void SetPostCallAnalyticsSettings(PostCallAnalyticsSettings&& value) { m_postCallAnalyticsSettingsHasBeenSet = true; m_postCallAnalyticsSettings = std::move(value); } /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline ConfigurationEvent& WithPostCallAnalyticsSettings(const PostCallAnalyticsSettings& value) { SetPostCallAnalyticsSettings(value); return *this;} /** *Provides additional optional settings for your Call Analytics post-call * request, including encryption and output locations for your redacted and * unredacted transcript.
*/ inline ConfigurationEvent& WithPostCallAnalyticsSettings(PostCallAnalyticsSettings&& value) { SetPostCallAnalyticsSettings(std::move(value)); return *this;} private: Aws::Vector