CoreJsonContext.InvokeResponse Property

Definition

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

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

Property Value

Applies to