AssistantQueryResponse.QueryResponse 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 raw query response payload generated for the query.
public string? QueryResponse { [Android.Runtime.Register("getQueryResponse", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getQueryResponse", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.QueryResponse : string
Property Value
The raw query response string, or null if unavailable.
- Attributes