Class PostResponseChatContext
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.AI
Assembly: Xperiflow.dll
Declaration
public class PostResponseChatContext
Properties
Response
The response from the chatbot
Declaration
[JsonProperty("response", Required = Required.Always)]
public string Response { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static PostResponseChatContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.AI.PostResponseChatContext
Parameters
Type | Name |
---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString