次の方法で共有


ChatMessageRequest.UserMessage Property

Definition

Gets or sets the content of the user's message.

[System.ComponentModel.DataAnnotations.Required]
[System.Text.Json.Serialization.JsonPropertyName("userMessage")]
public string UserMessage { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
[<System.Text.Json.Serialization.JsonPropertyName("userMessage")>]
member this.UserMessage : string with get, set
Public Property UserMessage As String

Property Value

Attributes

Applies to