Class AssistantChatbotProfileBase
Inheritance
object
AssistantChatbotProfileBase
Assembly: .dll
Syntax
public abstract class AssistantChatbotProfileBase : ChatbotProfile, IAssistantProfile
Fields
assistantDescription
Declaration
protected string assistantDescription
Field Value
assistantId
Declaration
protected string assistantId
Field Value
assistantName
Declaration
protected string assistantName
Field Value
Properties
AssistantDescription
Declaration
public string AssistantDescription { get; }
Property Value
AssistantId
Declaration
public string AssistantId { get; }
Property Value
AssistantName
Declaration
public string AssistantName { get; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Implements