Table of Contents

Class ThreadConversationMessage

Namespace
AntRunnerLib
Assembly
AntRunnerLib.dll

Represents a message in the thread conversation. This record holds the message type and content.

public class ThreadConversationMessage : IEquatable<ThreadConversationMessage>
Inheritance
System.Object
ThreadConversationMessage
Implements
System.IEquatable<ThreadConversationMessage>
Inherited Members
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()

Properties

Message

Gets or sets the content of the message.

public string Message { get; set; }

Property Value

System.String

MessageType

Gets or sets the type of the message.

public ThreadConversationMessageType MessageType { get; set; }

Property Value

ThreadConversationMessageType