Skip to content

Commit

Permalink
Bump example
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 30, 2023
1 parent afa1438 commit 3fcdfe6
Showing 1 changed file with 16 additions and 42 deletions.
58 changes: 16 additions & 42 deletions examples/task_answer_question.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,49 +29,23 @@ client.Task.AnswerQuestion(
},

"context": {
"team": {
"id": "cf4ccdb5-df44-4668-a9e7-3ab31bebf89b",
"name": "Crisp"
},

"transcripts": {
"conversation": {
"messages": [
{
"from": "customer",
"text": "Hey there!"
},

{
"from": "agent",
"text": "Hi. How can I help?"
},

{
"from": "customer",
"text": "I want to add more sub-domains to my website."
}
]
},

"related": [
"primary_id": "cf4ccdb5-df44-4668-a9e7-3ab31bebf89b",

"conversation": {
"messages": [
{
"from": "customer",
"text": "Hey there!"
},

{
"from": "agent",
"text": "Hi. How can I help?"
},

{
"messages": [
{
"from": "customer",
"text": "Hi, does the \"per website\" pricing include sub-domains?"
},

{
"from": "agent",
"text": "Hi, yes, it includes sub-domains"
},

{
"from": "customer",
"text": "Perfect thanks!"
}
]
"from": "customer",
"text": "I want to add more sub-domains to my website."
}
]
}
Expand Down

0 comments on commit 3fcdfe6

Please sign in to comment.