java.lang.Object
com.azure.communication.callautomation.models.PlaySource
com.azure.communication.callautomation.models.FileSource

public final class FileSource extends PlaySource
The FileSource model.
  • Constructor Details

    • FileSource

      public FileSource()
  • Method Details

    • getUri

      public String getUri()
      Get the uri property: Uri for the audio file to be played.
      Returns:
      the uri value.
    • setUri

      public FileSource setUri(String uri)
      Set the uri property: Uri for the audio file to be played.
      Parameters:
      uri - the uri value to set.
      Returns:
      the FileSourceInternal object itself.