Table of Contents

Class Response44

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll

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

ICollection<Actions>

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Message

The AI assistant's response

[JsonProperty("message", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Message { get; set; }

Property Value

string

Request_id

[JsonProperty("request_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Request_id { get; set; }

Property Value

string

Session_id

[JsonProperty("session_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Session_id { get; set; }

Property Value

string