SessionUpdateRealtimeClientMessage.Options Property
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.
Gets or sets the session options to apply.
public:
property Microsoft::Extensions::AI::RealtimeSessionOptions ^ Options { Microsoft::Extensions::AI::RealtimeSessionOptions ^ get(); void set(Microsoft::Extensions::AI::RealtimeSessionOptions ^ value); };
public Microsoft.Extensions.AI.RealtimeSessionOptions Options { get; set; }
member this.Options : Microsoft.Extensions.AI.RealtimeSessionOptions with get, set
Public Property Options As RealtimeSessionOptions