IntelligenceX

API Reference

Class

TreatmentChatResponse

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Modifiers sealed

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.

Constructors

public TreatmentChatResponse(String id, String status, IReadOnlyList<TreatmentChatOutput> outputs, Object raw = null) #

Initializes a new treatment chat response.

Parameters

id System.String requiredposition: 0
status System.String requiredposition: 1
outputs System.Collections.Generic.IReadOnlyList{IntelligenceX.Treatment.TreatmentChatOutput} requiredposition: 2
raw System.Object = null optionalposition: 3

Properties

public String Id { get; } #

Provider response id.

public String Status { get; } #

Provider status.

public IReadOnlyList<TreatmentChatOutput> Outputs { get; } #

Provider outputs.

public Object Raw { get; } #

Raw provider response.