RealtimeResponseStatus.Cancelled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status value indicating the response was cancelled, typically due to an interruption such as user barge-in (the user started speaking while the model was generating output).
public:
static property System::String ^ Cancelled { System::String ^ get(); };
public static string Cancelled { get; }
static member Cancelled : string
Public Shared ReadOnly Property Cancelled As String