Interface AutoAcceptConfig.Builder

  • Method Details

    • channel

      AutoAcceptConfig.Builder channel(String channel)

      The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.

      Parameters:
      channel - The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • channel

      The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.

      Parameters:
      channel - The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoAccept

      AutoAcceptConfig.Builder autoAccept(Boolean autoAccept)

      Indicates whether auto-accept is enabled for this channel. When enabled, available agents are automatically connected to contacts from this channel.

      Parameters:
      autoAccept - Indicates whether auto-accept is enabled for this channel. When enabled, available agents are automatically connected to contacts from this channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentFirstCallbackAutoAccept

      AutoAcceptConfig.Builder agentFirstCallbackAutoAccept(Boolean agentFirstCallbackAutoAccept)

      Indicates whether auto-accept is enabled for agent-first callbacks. This setting only applies to the VOICE channel.

      Parameters:
      agentFirstCallbackAutoAccept - Indicates whether auto-accept is enabled for agent-first callbacks. This setting only applies to the VOICE channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.