public static interface CallDetails.Builder extends SdkPojo, CopyableBuilder<CallDetails.Builder,CallDetails>
| Modifier and Type | Method and Description |
|---|---|
CallDetails.Builder |
isCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
|
CallDetails.Builder |
transactionId(String transactionId)
The transaction ID of a Voice Connector call.
|
CallDetails.Builder |
voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCallDetails.Builder voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId - The Voice Connector ID.CallDetails.Builder transactionId(String transactionId)
The transaction ID of a Voice Connector call.
transactionId - The transaction ID of a Voice Connector call.CallDetails.Builder isCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
isCaller - Identifies a person as the caller or the callee.Copyright © 2023. All rights reserved.