CoreJsonContext.ListMessageReaction 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.
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))