public static interface VoiceConnectorItem.Builder extends SdkPojo, CopyableBuilder<VoiceConnectorItem.Builder,VoiceConnectorItem>
| Modifier and Type | Method and Description |
|---|---|
VoiceConnectorItem.Builder |
priority(Integer priority)
The priority setting of a Voice Connector item.
|
VoiceConnectorItem.Builder |
voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVoiceConnectorItem.Builder voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId - The Voice Connector ID.VoiceConnectorItem.Builder priority(Integer priority)
The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as the highest priority. When hosts have equal priority, the system distributes calls among them based on their relative weight.
priority - The priority setting of a Voice Connector item. Calls are routed to hosts in priority order, with 1 as
the highest priority. When hosts have equal priority, the system distributes calls among them based on
their relative weight.Copyright © 2023. All rights reserved.