Class StartGather

  • All Implemented Interfaces:
    Verb

    public class StartGather
    extends Object
    implements Verb
    Start Gather Verb
    • Field Detail

      • username

        protected String username
        (optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl. If specified, the URLs must be TLS-encrypted (i.e., https).
      • password

        protected String password
        (optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl. If specified, the URLs must be TLS-encrypted (i.e., https).
      • dtmfUrl

        protected URI dtmfUrl
      • dtmfMethod

        protected Method dtmfMethod
    • Constructor Detail

      • StartGather

        public StartGather()