public static interface ConfigurationEvent.Builder extends SdkPojo, CopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationEvent.Builder |
channelDefinitions(ChannelDefinition... channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which audio channel.
|
ConfigurationEvent.Builder |
channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Indicates which speaker is on which audio channel.
|
default ConfigurationEvent.Builder |
postCallAnalyticsSettings(Consumer<PostCallAnalyticsSettings.Builder> postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and
output locations for your redacted and unredacted transcript.
|
ConfigurationEvent.Builder |
postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and
output locations for your redacted and unredacted transcript.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationEvent.Builder channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Indicates which speaker is on which audio channel.
channelDefinitions - Indicates which speaker is on which audio channel.ConfigurationEvent.Builder channelDefinitions(ChannelDefinition... channelDefinitions)
Indicates which speaker is on which audio channel.
channelDefinitions - Indicates which speaker is on which audio channel.ConfigurationEvent.Builder channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Indicates which speaker is on which audio channel.
This is a convenience method that creates an instance of theChannelDefinition.Builder avoiding the need
to create one manually via
ChannelDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channelDefinitions(List.
channelDefinitions - a consumer that will call methods on
ChannelDefinition.Builder#channelDefinitions(java.util.Collection) ConfigurationEvent.Builder postCallAnalyticsSettings(PostCallAnalyticsSettings postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted and unredacted transcript.
postCallAnalyticsSettings - Provides additional optional settings for your Call Analytics post-call request, including encryption
and output locations for your redacted and unredacted transcript.default ConfigurationEvent.Builder postCallAnalyticsSettings(Consumer<PostCallAnalyticsSettings.Builder> postCallAnalyticsSettings)
Provides additional optional settings for your Call Analytics post-call request, including encryption and output locations for your redacted and unredacted transcript.
This is a convenience method that creates an instance of thePostCallAnalyticsSettings.Builder
avoiding the need to create one manually via PostCallAnalyticsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to postCallAnalyticsSettings(PostCallAnalyticsSettings).
postCallAnalyticsSettings - a consumer that will call methods on PostCallAnalyticsSettings.BuilderpostCallAnalyticsSettings(PostCallAnalyticsSettings)Copyright © 2023. All rights reserved.