Class Response44
Chat response
public class Response44
- Inheritance
-
Response44
- Inherited Members
Properties
Actions
[JsonProperty("actions", Required = Required.Always)]
[Required]
public ICollection<Actions> Actions { get; set; }
Property Value
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Message
The AI assistant's response
[JsonProperty("message", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Message { get; set; }
Property Value
Request_id
[JsonProperty("request_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Request_id { get; set; }
Property Value
Session_id
[JsonProperty("session_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Session_id { get; set; }