InteractionModality 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.
Supported modalities for the session.
public readonly struct InteractionModality : IEquatable<Azure.AI.VoiceLive.InteractionModality>
type InteractionModality = struct
Public Structure InteractionModality
Implements IEquatable(Of InteractionModality)
- Inheritance
-
InteractionModality
- Implements
Constructors
| InteractionModality(String) |
Initializes a new instance of InteractionModality. |
Properties
| Animation |
Animation modality. |
| Audio |
Audio modality. |
| Avatar |
Avatar modality. |
| Text |
Text modality. |
Methods
| Equals(InteractionModality) |
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
| Equality(InteractionModality, InteractionModality) |
Determines if two InteractionModality values are the same. |
| Implicit(String to InteractionModality) |
Converts a string to a InteractionModality. |
| Implicit(String to Nullable<InteractionModality>) | |
| Inequality(InteractionModality, InteractionModality) |
Determines if two InteractionModality values are not the same. |