API Reference
Class
TreatmentChatOutput
Provider-neutral chat output used by treatment providers.
Inheritance
- Object
- TreatmentChatOutput
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property TreatmentChatResponse.Outputs
Accepted by parameters
- Constructor TreatmentChatResponse.TreatmentChatResponse
Constructors
public TreatmentChatOutput(String id, String type, String text = null, String imageUrl = null, String imagePath = null, String base64 = null, String mimeType = null, String revisedPrompt = null, Object raw = null) #Initializes a new treatment chat output.
Parameters
- id System.String
- type System.String
- text System.String = null
- imageUrl System.String = null
- imagePath System.String = null
- base64 System.String = null
- mimeType System.String = null
- revisedPrompt System.String = null
- raw System.Object = null