public static interface ChannelDefinition.Builder extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition.Builder |
channelId(Integer channelId)
The channel ID.
|
ChannelDefinition.Builder |
participantRole(ParticipantRole participantRole)
Specifies whether the audio in a channel belongs to the
AGENT or CUSTOMER. |
ChannelDefinition.Builder |
participantRole(String participantRole)
Specifies whether the audio in a channel belongs to the
AGENT or CUSTOMER. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelDefinition.Builder channelId(Integer channelId)
The channel ID.
channelId - The channel ID.ChannelDefinition.Builder participantRole(String participantRole)
Specifies whether the audio in a channel belongs to the AGENT or CUSTOMER.
participantRole - Specifies whether the audio in a channel belongs to the AGENT or CUSTOMER.ParticipantRole,
ParticipantRoleChannelDefinition.Builder participantRole(ParticipantRole participantRole)
Specifies whether the audio in a channel belongs to the AGENT or CUSTOMER.
participantRole - Specifies whether the audio in a channel belongs to the AGENT or CUSTOMER.ParticipantRole,
ParticipantRoleCopyright © 2023. All rights reserved.