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). |
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