ConnectCallOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. ConnectCallOptions
- com.
public final class ConnectCallOptions
The options for creating a call.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectCallOptions(CallLocator callLocator, String callbackUrl) |
Creates a new instance of Connect |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
ConnectCallOptions
public ConnectCallOptions(CallLocator callLocator, String callbackUrl)
Creates a new instance of ConnectCallOptions
Parameters:
- The CallLocator
- The CallbackUrl
Method Details
getCallbackUrl
public String getCallbackUrl()
Get the call back url.
Returns:
getCallIntelligenceOptions
public CallIntelligenceOptions getCallIntelligenceOptions()
Get the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint
Returns:
getCallLocator
public CallLocator getCallLocator()
Get the call locator.
Returns:
getMediaStreamingOptions
public MediaStreamingOptions getMediaStreamingOptions()
Get the Media Streaming configuration.
Returns:
getOperationContext
public String getOperationContext()
Get the operation context.
Returns:
getTranscriptionOptions
public TranscriptionOptions getTranscriptionOptions()
Get the Transcription configuration.
Returns:
setCallIntelligenceOptions
public ConnectCallOptions setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions)
Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint
Parameters:
Returns:
setMediaStreamingOptions
public ConnectCallOptions setMediaStreamingOptions(MediaStreamingOptions mediaStreamingOptions)
Set the media streaming configuration.
Parameters:
Returns:
setOperationContext
public ConnectCallOptions setOperationContext(String operationContext)
Sets the operation context.
Parameters:
Returns:
setTranscriptionOptions
public ConnectCallOptions setTranscriptionOptions(TranscriptionOptions transcriptionOptions)
Set the transcription configuration.
Parameters:
Returns: