Class AssistantChatbotProfileBase
public abstract class AssistantChatbotProfileBase : ChatbotProfile, IAssistantProfile
- Inheritance
-
objectAssistantChatbotProfileBase
- Implements
- Derived
- Inherited Members
Fields
assistantDescription
protected string assistantDescription
Field Value
- string
assistantId
protected string assistantId
Field Value
- string
assistantName
protected string assistantName
Field Value
- string
Properties
AssistantDescription
public string AssistantDescription { get; }
Property Value
- string
AssistantId
public string AssistantId { get; }
Property Value
- string
AssistantName
public string AssistantName { get; }
Property Value
- string
Name
Name of this data.
public override string Name { get; }
Property Value
- string