RealtimeResponseStatus.Incomplete 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 ended before completing, for example because the output reached the maximum token limit.
public:
static property System::String ^ Incomplete { System::String ^ get(); };
public static string Incomplete { get; }
static member Incomplete : string
Public Shared ReadOnly Property Incomplete As String