Show / Hide Table of Contents

Class ServerAnswer

Inheritance
System.Object
ServerMessage
ServerAnswer
Inherited Members
ServerMessage.action
ServerMessage.user_id
ServerMessage.status_msg
ServerMessage.status_code
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()
Namespace: ClusterClient.Models
Assembly: ClusterClient.dll
Syntax
public class ServerAnswer : ServerMessage

Properties

| Improve this Doc View Source

answer

Declaration
public string answer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

answer_id

Declaration
public int answer_id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

certainty

Declaration
public double certainty { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

chatbot_temp_id

Declaration
public int chatbot_temp_id { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

question

Declaration
public string question { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

question_id

Declaration
public int question_id { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX