Interface EndChatForCaseResponse.Builder

  • Method Details

    • isDisconnected

      EndChatForCaseResponse.Builder isDisconnected(Boolean isDisconnected)

      Whether the chat session was successfully ended

      Parameters:
      isDisconnected - Whether the chat session was successfully ended
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionId

      EndChatForCaseResponse.Builder executionId(String executionId)

      The execution ID that was ended

      Parameters:
      executionId - The execution ID that was ended
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      EndChatForCaseResponse.Builder errorMessage(String errorMessage)

      Error message if the disconnect failed

      Parameters:
      errorMessage - Error message if the disconnect failed
      Returns:
      Returns a reference to this object so that method calls can be chained together.