ChatMessageTextContentItem interface
A structured chat content item containing plain text.
- Extends
Properties
text | The content of the message. |
type | The discriminated object type: always 'text' for this type. |
Property Details
text
The content of the message.
text: string
Property Value
string
type
The discriminated object type: always 'text' for this type.
type: "text"
Property Value
"text"
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 JavaScript