Uses of Class
com.azure.communication.callautomation.models.SsmlSource
Packages that use SsmlSource
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of SsmlSource in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return SsmlSourceModifier and TypeMethodDescriptionstatic SsmlSourceSsmlSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SsmlSource from the JsonReader.SsmlSource.setCustomVoiceEndpointId(String customVoiceEndpointId) Set the customVoiceEndpointId property: Endpoint where the custom voice was deployed.SsmlSource.setSsmlText(String ssmlText) Set the ssmlText property: Ssml string for the cognitive service to be played.