Skip to content

Commit

Permalink
Add LatestHandOffTargetID to conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
nlathia committed Dec 12, 2024
1 parent 0382dd5 commit 06c8899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conversation.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ type Conversation struct {
// in this conversation. It will be empty if there has been no attempt at
// classifying the customer's intent.
LatestIntent string `json:"latest_intent,omitempty"`

// LatestHandOffTarget is the ID of the hand off target that is currently
// mapped to the latest intent.
LatestHandOffTargetID string `json:"latest_handoff_target,omitempty"`
}

0 comments on commit 06c8899

Please sign in to comment.