Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 25, 2024
1 parent ef27155 commit c3a30ab
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions src/resources/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@ export class Call extends APIResource {

export interface CallResponse extends RegisterCallResponse {
/**
* BETA feature, schema might change, might not always be populated. Please do not
* rely on this object schema for post processing.
*
* Post conversation evaluation of the call. Including information such as
* sentiment, intent, call completion status and other metrics. Available after
* call ends. Subscribe to `call_analyzed` webhook event type to receive it once
* ready.
* - BETA feature, schema might change, might not always be populated. Please do
* not rely on this object schema for post processing. Post conversation
* evaluation of the call. Including information such as sentiment, intent, call
* completion status and other metrics. Available after call ends. Subscribe to
* `call_analyzed` webhook event type to receive it once ready.
*/
conversation_eval?: CallResponse.ConversationEval;

Expand Down Expand Up @@ -146,13 +144,11 @@ export interface CallResponse extends RegisterCallResponse {

export namespace CallResponse {
/**
* BETA feature, schema might change, might not always be populated. Please do not
* rely on this object schema for post processing.
*
* Post conversation evaluation of the call. Including information such as
* sentiment, intent, call completion status and other metrics. Available after
* call ends. Subscribe to `call_analyzed` webhook event type to receive it once
* ready.
* - BETA feature, schema might change, might not always be populated. Please do
* not rely on this object schema for post processing. Post conversation
* evaluation of the call. Including information such as sentiment, intent, call
* completion status and other metrics. Available after call ends. Subscribe to
* `call_analyzed` webhook event type to receive it once ready.
*/
export interface ConversationEval {
/**
Expand Down

0 comments on commit c3a30ab

Please sign in to comment.