SessionResponseStatus Struct
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.
Terminal status of a response.
public readonly struct SessionResponseStatus : IEquatable<Azure.AI.VoiceLive.SessionResponseStatus>
type SessionResponseStatus = struct
Public Structure SessionResponseStatus
Implements IEquatable(Of SessionResponseStatus)
- Inheritance
-
SessionResponseStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SessionResponseStatus(String) |
Initializes a new instance of SessionResponseStatus. |
Properties
| Name | Description |
|---|---|
| Cancelled |
Gets the Cancelled. |
| Completed |
Gets the Completed. |
| Failed |
Gets the Failed. |
| Incomplete |
Gets the Incomplete. |
| InProgress |
Gets the InProgress. |
Methods
| Name | Description |
|---|---|
| Equals(SessionResponseStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SessionResponseStatus, SessionResponseStatus) |
Determines if two SessionResponseStatus values are the same. |
| Implicit(String to Nullable<SessionResponseStatus>) | |
| Implicit(String to SessionResponseStatus) |
Converts a string to a SessionResponseStatus. |
| Inequality(SessionResponseStatus, SessionResponseStatus) |
Determines if two SessionResponseStatus values are not the same. |