Table of Contents

Class NebulaChatMessage

Namespace
Thirdweb.AI
Assembly
Thirdweb.dll
public class NebulaChatMessage
Inheritance
NebulaChatMessage
Inherited Members

Constructors

NebulaChatMessage(string, NebulaChatRole)

public NebulaChatMessage(string message, NebulaChatRole role = NebulaChatRole.User)

Parameters

message string
role NebulaChatRole

Properties

Message

public string Message { get; set; }

Property Value

string

Role

public NebulaChatRole Role { get; set; }

Property Value

NebulaChatRole