次の方法で共有


ChatMessageRequest.ChatHistory Property

Definition

Gets or sets the chat history messages.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("chatHistory")]
public Microsoft.Agents.A365.Tooling.Models.ChatHistoryMessage[] ChatHistory { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("chatHistory")>]
member this.ChatHistory : Microsoft.Agents.A365.Tooling.Models.ChatHistoryMessage[] with get, set
Public Property ChatHistory As ChatHistoryMessage()

Property Value

Attributes

Applies to