Class ConversationItem
public abstract class ConversationItem : IIdentifiable, IPrompt
- Inheritance
-
object
ConversationItem
- Implements
-
- Derived
-
- Extension Methods
-
Constructors
ConversationItem(string)
protected ConversationItem(string type)
Parameters
type string
Properties
Id
public string Id { get; set; }
Property Value
- string
PromptType
public virtual PromptType PromptType { get; }
Property Value
- PromptType
Type
public string Type { get; set; }
Property Value
- string
Methods
GetInputText()
public virtual string GetInputText()
Returns
- string
IsValid()
public virtual bool IsValid()
Returns
- bool