| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
CallDetails |
CallDetails.clone() |
CallDetails |
SpeakerSearchTask.getCallDetails()
The call details of a speaker search task.
|
CallDetails |
VoiceToneAnalysisTask.getCallDetails()
The call details of a voice tone analysis task.
|
CallDetails |
CallDetails.withIsCaller(Boolean isCaller)
Identifies a person as the caller or the callee.
|
CallDetails |
CallDetails.withTransactionId(String transactionId)
The transaction ID of a Voice Connector call.
|
CallDetails |
CallDetails.withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeakerSearchTask.setCallDetails(CallDetails callDetails)
The call details of a speaker search task.
|
void |
VoiceToneAnalysisTask.setCallDetails(CallDetails callDetails)
The call details of a voice tone analysis task.
|
SpeakerSearchTask |
SpeakerSearchTask.withCallDetails(CallDetails callDetails)
The call details of a speaker search task.
|
VoiceToneAnalysisTask |
VoiceToneAnalysisTask.withCallDetails(CallDetails callDetails)
The call details of a voice tone analysis task.
|
Copyright © 2023. All rights reserved.