ResponseMessageRole 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.
public readonly struct ResponseMessageRole : IEquatable<Azure.AI.VoiceLive.ResponseMessageRole>
type ResponseMessageRole = struct
Public Structure ResponseMessageRole
Implements IEquatable(Of ResponseMessageRole)
- Inheritance
-
ResponseMessageRole
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseMessageRole(String) |
Initializes a new instance of ResponseMessageRole. |
Properties
| Name | Description |
|---|---|
| Assistant |
Gets the Assistant. |
| System |
Gets the System. |
| User |
Gets the User. |
Methods
| Name | Description |
|---|---|
| Equals(ResponseMessageRole) |
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(ResponseMessageRole, ResponseMessageRole) |
Determines if two ResponseMessageRole values are the same. |
| Implicit(String to Nullable<ResponseMessageRole>) | |
| Implicit(String to ResponseMessageRole) |
Converts a string to a ResponseMessageRole. |
| Inequality(ResponseMessageRole, ResponseMessageRole) |
Determines if two ResponseMessageRole values are not the same. |