ReksPipelineMessageData

Represents a REKS message with pipeline/workflow information

Overview of ReksPipelineMessageData goes here.

ReksPipelineMessageData Properties

ReksMessageData -> ReksPipelineMessageData

Field Type Inherited from Description
Feedback ReksResponseFeedback ReksMessageData Gets or sets user feedback about the response
IsError Boolean ReksMessageData Gets or sets whether this message represents an error
Key String ReksMessageData Gets or sets a unique key for this message
ModelVersion String ReksMessageData Gets or sets the AI model version used
OccurredOn DateTime ReksMessageData Gets or sets when the original event occurred
Prompt String ReksMessageData Gets or sets the user’s prompt/question
PublishedOn DateTime ReksMessageData Gets or sets when the message was published
ResponseLatency Int32 ReksMessageData Gets or sets the response latency in milliseconds
SessionKey String ReksMessageData Gets or sets the conversation session key
Text String ReksMessageData Gets or sets the response text from REKS
Pipeline String ReksPipelineMessageData Gets or sets the pipeline name
VisualizationMetadata String ReksPipelineMessageData Gets or sets the visualization metadata

JSON Structure of ReksPipelineMessageData

{
   "Feedback"	:	"[ReksResponseFeedback](/object-model/reksresponsefeedback)",
   "IsError"	:	"Boolean",
   "Key"	:	"String",
   "ModelVersion"	:	"String",
   "OccurredOn"	:	"DateTime",
   "Prompt"	:	"String",
   "PublishedOn"	:	"DateTime",
   "ResponseLatency"	:	"Int32",
   "SessionKey"	:	"String",
   "Text"	:	"String",
   "Pipeline"	:	"String",
   "VisualizationMetadata"	:	"String"
}