Edit

Share via


IRejectOutcome interface

Result of Reject action. Reject can be used instead of Answer action if bot decides that the bot does not want to answer the call.

Extends

Properties

failureReason

The reason for teh failure.

id

Id of the operation.

outcome

Indicates the success or failure of the action.

type

Type of outcome.

Property Details

failureReason

The reason for teh failure.

failureReason?: string

Property Value

string

id

Id of the operation.

id: string

Property Value

string

outcome

Indicates the success or failure of the action.

outcome: string

Property Value

string

type

Type of outcome.

type: string

Property Value

string