Table of Contents

Class TextMessageUpdate

Namespace
AutoGen.Core
Assembly
AutoGen.Core.dll
public class TextMessageUpdate : ICanGetTextContent, IMessage
Inheritance
TextMessageUpdate
Implements
Inherited Members
Extension Methods

Constructors

TextMessageUpdate(Role, string?, string?)

public TextMessageUpdate(Role role, string? content, string? from = null)

Parameters

role Role
content string
from string

Properties

Content

public string? Content { get; set; }

Property Value

string

From

public string? From { get; set; }

Property Value

string

Role

public Role Role { get; set; }

Property Value

Role

Methods

GetContent()

public string? GetContent()

Returns

string