public static interface ChannelDefinition.Builder extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition.Builder |
channelId(Integer channelId)
A value that indicates the audio channel.
|
ChannelDefinition.Builder |
participantRole(ParticipantRole participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
|
ChannelDefinition.Builder |
participantRole(String participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelDefinition.Builder channelId(Integer channelId)
A value that indicates the audio channel.
channelId - A value that indicates the audio channel.ChannelDefinition.Builder participantRole(String participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
participantRole - Indicates whether the person speaking on the audio channel is the agent or customer.ParticipantRole,
ParticipantRoleChannelDefinition.Builder participantRole(ParticipantRole participantRole)
Indicates whether the person speaking on the audio channel is the agent or customer.
participantRole - Indicates whether the person speaking on the audio channel is the agent or customer.ParticipantRole,
ParticipantRoleCopyright © 2021. All rights reserved.