API Reference
Class
TreatmentChatResponse
Provider-neutral chat response used by treatment providers.
Inheritance
- Object
- TreatmentChatResponse
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
Constructors
public TreatmentChatResponse(String id, String status, IReadOnlyList<TreatmentChatOutput> outputs, Object raw = null) #Initializes a new treatment chat response.
Parameters
- id System.String
- status System.String
- outputs System.Collections.Generic.IReadOnlyList{IntelligenceX.Treatment.TreatmentChatOutput}
- raw System.Object = null
Inherited Methods
Properties
public IReadOnlyList<TreatmentChatOutput> Outputs { get; } #Provider outputs.