Interface VoiceRecordingConfiguration.Builder

    • Method Detail

      • 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, IvrRecordingTrack
      • 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:
        IvrRecordingTrack, IvrRecordingTrack