StartRequest.ConversationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Conversation ID requested by the client.
[System.Text.Json.Serialization.JsonPropertyName("conversationId")]
public string? ConversationId { get; init; }
[<System.Text.Json.Serialization.JsonPropertyName("conversationId")>]
member this.ConversationId : string with get, set
Public Property ConversationId As String
Property Value
- Attributes