Interface VoiceRecordingConfiguration.Builder

  • Method Details

    • voiceRecordingTrack

      VoiceRecordingConfiguration.Builder voiceRecordingTrack(String voiceRecordingTrack)

      Identifies which track is being recorded.

      Parameters:
      voiceRecordingTrack - Identifies which track is being recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • voiceRecordingTrack

      VoiceRecordingConfiguration.Builder voiceRecordingTrack(VoiceRecordingTrack voiceRecordingTrack)

      Identifies which track is being recorded.

      Parameters:
      voiceRecordingTrack - Identifies which track is being recorded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ivrRecordingTrack

      VoiceRecordingConfiguration.Builder ivrRecordingTrack(String ivrRecordingTrack)

      Identifies which IVR track is being recorded.

      One and only one of the track configurations should be presented in the request.

      Parameters:
      ivrRecordingTrack - Identifies which IVR track is being recorded.

      One and only one of the track configurations should be presented in the request.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ivrRecordingTrack

      VoiceRecordingConfiguration.Builder ivrRecordingTrack(IvrRecordingTrack ivrRecordingTrack)

      Identifies which IVR track is being recorded.

      One and only one of the track configurations should be presented in the request.

      Parameters:
      ivrRecordingTrack - Identifies which IVR track is being recorded.

      One and only one of the track configurations should be presented in the request.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: