QueryUtterancesResults Class

Suggested utterances where the detector can be applicable.

Constructor

QueryUtterancesResults(*args: Any, **kwargs: Any)

Variables

Name Description
query
str

Search Query.

results

Array of utterance results for search query.

Attributes

query

Search Query.

query: str | None

results

Array of utterance results for search query.

results: list['_models.QueryUtterancesResult'] | None