ServerEventWarning Class
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.
Returned when a warning occurs that does not interrupt the conversation flow. Warnings are informational and the session will continue normally.
public class ServerEventWarning : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerEventWarning>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerEventWarning>
type ServerEventWarning = class
inherit SessionUpdate
interface IJsonModel<ServerEventWarning>
interface IPersistableModel<ServerEventWarning>
Public Class ServerEventWarning
Inherits SessionUpdate
Implements IJsonModel(Of ServerEventWarning), IPersistableModel(Of ServerEventWarning)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| EventId |
Gets the EventId. (Inherited from SessionUpdate) |
| Warning |
Details of the warning. |