Package 

Class StartCallOptions

    • Method Summary

      Modifier and Type Method Description
      final String getSessionId() Existing session id to resume; null for a new session.
      final String getData() Optional consumer-defined raw JSON forwarded as data on the wire.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartCallOptions

        StartCallOptions(String sessionId, String data)
    • Method Detail

      • getSessionId

         final String getSessionId()

        Existing session id to resume; null for a new session.

      • getData

         final String getData()

        Optional consumer-defined raw JSON forwarded as data on the wire.