DEPRECATED Start an analysis job for the conversation.

📘

Validation

  • The intervals and interval_time parameters are only valid if a conversation has been ended.

📘

Kicking off Analysis

The intervals and interval_time parameters are both optional. However, if included, only ONE of them may be specified. If neither are specified, (and the conversation is ended) the analysis job will determine a reasonable number of intervals for the analysis based on the length of the conversation.

If the conversation is not ended, a simple analysis job will be started and will replace any existing simple analysis.

📘

Analysis Contexts

You may provide one or more contexts for the analysis. The default context is just "basics", which includes:

  • about
  • follow_up
  • intent

If your deployment includes other contexts, specify those in the request as well.

This context will be used for the analysis of each individual, independently, in the conversation.

Body Params
string
required

Source ID for the conversation to analyze

string

Optional; where to send the analysis when complete; HTTPS required

int32

Optional; the number of analysis intervals

int32

Optional; The duration for each analysis interval (seconds).

contexts
array of strings
Defaults to ["basics"]

The contexts to use for the Insights output.

contexts
Responses

Language
Credentials
Request
Choose an example:
application/json