CoreJsonContext.ListMessageReaction Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<Microsoft.Agents.Core.Models.MessageReaction>> ListMessageReaction { get; }
member this.ListMessageReaction : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<Microsoft.Agents.Core.Models.MessageReaction>>
Public ReadOnly Property ListMessageReaction As JsonTypeInfo(Of List(Of MessageReaction))

Property Value

Applies to