AssistantQueryResponse.QueryId 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.
Returns the unique identifier of the query associated with this egress response.
public string? QueryId { [Android.Runtime.Register("getQueryId", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getQueryId", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.QueryId : string
Property Value
A string representing the unique query ID, or null if unavailable.
- Attributes