[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Commands.AIAssistantResponse

类 AIAssistantResponse

AI助手返回对象。

继承
object
AIAssistantResponse
继承成员
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public class AIAssistantResponse : AIResponse

构造函数

AIAssistantResponse(string, int)

构造方法。

声明
public AIAssistantResponse(string message, int aiCallErrorCode)
参数
类型 名称 描述
string message
int aiCallErrorCode

AIAssistantResponse(string)

构造方法。

声明
public AIAssistantResponse(string message)
参数
类型 名称 描述
string message

输出结果

属性

AiCallHttpCode

HTTP status code returned by AI server Usually used to determine whether the AI server is returning normally

声明
public int AiCallHttpCode { get; set; }
属性值
类型 描述
int

Message

AI助手输出结果。

声明
public string Message { get; set; }
属性值
类型 描述
string

Type

AI助手类型。

声明
public override string Type { get; }
属性值
类型 描述
string
重载
AIResponse.Type