SampleUtterance Class
Sample utterance.
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). |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python