Share via


InteractionModality Struct

Definition

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

Name Description
InteractionModality(String)

Initializes a new instance of InteractionModality.

Properties

Name Description
Animation

Animation modality.

Audio

Audio modality.

Avatar

Avatar modality.

Text

Text modality.

Methods

Name Description
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

Name Description
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.

Applies to