The type of the data object that this deserializer can process.
ReadonlykindThe unique identifier for the content type this deserializer handles.
This must match the kind property of the serialized content data.
Deserializes the given data into a ChatResponseContent instance.
The serialized data to deserialize. The structure depends on the content kind.
The deserialized content, or a Promise that resolves to the deserialized content.
A deserializer for a specific kind of chat response content.
Deserializers are responsible for reconstructing
ChatResponseContentinstances from their serialized data representations. Each deserializer handles a single content type identified by itskindproperty.Example