Share via


ChatRole.Converter.Write Method

Definition

public:
 override void Write(System::Text::Json::Utf8JsonWriter ^ writer, Microsoft::Extensions::AI::ChatRole value, System::Text::Json::JsonSerializerOptions ^ options);
public override void Write (System.Text.Json.Utf8JsonWriter writer, Microsoft.Extensions.AI.ChatRole value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * Microsoft.Extensions.AI.ChatRole * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As ChatRole, options As JsonSerializerOptions)

Parameters

value
ChatRole

Applies to