QueryUtterancesResults Class
Suggested utterances where the detector can be applicable.
- Inheritance
-
azure.mgmt.web._serialization.ModelQueryUtterancesResults
Constructor
QueryUtterancesResults(*, query: str | None = None, results: List[_models.QueryUtterancesResult] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
query
|
Search Query. |
results
|
Array of utterance results for search query. |
Variables
Name | Description |
---|---|
query
|
Search Query. |
results
|
Array of utterance results for search query. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python