Compartilhar via


ChatMessageRequest.MessageId Property

Definition

Gets or sets the unique identifier for the message within the conversation.

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

Property Value

Attributes

Applies to