ConfigurationEvent¶
Structure Class¶
ConfigurationEvent
dataclass
¶
Allows you to set audio channel definitions and post-call analytics settings.
Attributes¶
channel_definitions
class-attribute
instance-attribute
¶
channel_definitions: list[ChannelDefinition] | None = None
Indicates which speaker is on which audio channel.
post_call_analytics_settings
class-attribute
instance-attribute
¶
post_call_analytics_settings: PostCallAnalyticsSettings | None = None
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.