Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go-client to include assignment apis #6

Merged
merged 5 commits into from
Apr 5, 2024
Merged

Conversation

nlathia
Copy link
Member

@nlathia nlathia commented Apr 4, 2024

The updated way to manage a conversation:

  • client.StartConversation() to start and (optionally) assign it
  • client.AddMessage() to add messages
  • client.AssignConversation() to assign it
  • client.EndConversation() when it is finished

@nlathia nlathia requested a review from boxofrad April 4, 2024 13:47
Copy link
Member

@boxofrad boxofrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great! I've spotted a couple of small copy pasta typos 🍝

conversation_read.go Outdated Show resolved Hide resolved
conversation_assign.go Outdated Show resolved Hide resolved
nlathia and others added 2 commits April 4, 2024 20:57
Co-authored-by: Dan Upton <daniel@floppy.co>
Co-authored-by: Dan Upton <daniel@floppy.co>
@nlathia nlathia requested a review from boxofrad April 5, 2024 15:05
@nlathia nlathia merged commit 3f67b74 into main Apr 5, 2024
1 check passed
@nlathia nlathia deleted the api-assignment branch April 5, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants