Interface PersistentConnectionConfig.Builder

  • Method Details

    • channel

      Configuration settings for persistent connection. Only VOICE is supported for this data type.

      Parameters:
      channel - Configuration settings for persistent connection. Only VOICE is supported for this data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • channel

      Configuration settings for persistent connection. Only VOICE is supported for this data type.

      Parameters:
      channel - Configuration settings for persistent connection. Only VOICE is supported for this data type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • persistentConnection

      PersistentConnectionConfig.Builder persistentConnection(Boolean persistentConnection)

      Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.

      Parameters:
      persistentConnection - Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.