Training
Generate training scenario from chat history
Generate a custom training scenario title based on an existing chat session. This feature analyzes the conversation in a chat session and creates a title that captures the core customer issue or question, which can then be used as a starting point for creating a new custom training entry.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Returns a generated scenario title based on chat history
Generated scenario title based on chat history
Example:
"When a customer needs help resetting their password after being locked out"
Was this page helpful?