Conversations
Explains APIs available to interact with Conversation objects in Score.
This endpoint will list conversations that have completed evaluation. Pagination is supported using limit and offset query parameters.
The number of conversations to return. Defaults to 10. Max is 50.
10The number of conversations to skip in pagination. Defaults to 0.
0ISO-8601 formatted date-time string for the earliest conversation date
ISO-8601 formatted date-time string for the latest conversation date
ISO-8601 formatted date-time string for the earliest analysis date
ISO-8601 formatted date-time string for the latest analysis date
The request has succeeded.
The request has succeeded.
This endpoint allows you get the compete evaluation result for a single conversation.
The request has succeeded.
The request has succeeded.
This endpoint gives you the transcript of the requested conversation.
The request has succeeded.
The request has succeeded.
This endpoint returns all custom fields configured for the organisation.
The request has succeeded.
The request has succeeded.
This endpoint allows you to create multiple custom fields for the organisation.
The request has succeeded.
The request has succeeded.
FAQs
Why are the scores a floating point number?
All scores (such as playbookScore) will be a floating point number between 0 and 1 which allows you to present this score on any scale you like.
For example, to present the score on a scale of 0-5 you can multiply the score value by 5.
Last updated