SampleUtterance Class
Sample utterance.
- Inheritance
-
azure.mgmt.web._serialization.ModelSampleUtterance
Constructor
SampleUtterance(*, text: str | None = None, links: List[str] | None = None, qid: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
text
|
Text attribute of sample utterance. |
links
|
Links attribute of sample utterance. |
qid
|
Question id of sample utterance (for stackoverflow questions titles). |
Variables
Name | Description |
---|---|
text
|
Text attribute of sample utterance. |
links
|
Links attribute of sample utterance. |
qid
|
Question id of sample utterance (for stackoverflow questions titles). |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python