Table of Contents

Class ChatbotProfile

public abstract class ChatbotProfile : AssistantProfile, IAssistantProfile
Inheritance
object
ChatbotProfile
Implements
Derived
Inherited Members

Fields

enableModeration

protected bool enableModeration

Field Value

bool

enableSpeechToText

protected bool enableSpeechToText

Field Value

bool

enableTextToImage

protected bool enableTextToImage

Field Value

bool

moderationOptions

protected ModerationOptions moderationOptions

Field Value

ModerationOptions

speechToTextOptions

protected SpeechToTextOptions speechToTextOptions

Field Value

SpeechToTextOptions

textToImageOptions

protected TextToImageOptions textToImageOptions

Field Value

TextToImageOptions

topP

protected SerializableNullable<float> topP

Field Value

SerializableNullable<float>

utilityModelId

protected string utilityModelId

Field Value

string

Properties

EnableModeration

public bool EnableModeration { get; }

Property Value

bool

EnableSpeechToText

public bool EnableSpeechToText { get; }

Property Value

bool

EnableTextToImage

public bool EnableTextToImage { get; }

Property Value

bool

ModerationModelId

public string ModerationModelId { get; set; }

Property Value

string

ModerationOptions

public ModerationOptions ModerationOptions { get; }

Property Value

ModerationOptions

SafetySettings

public List<SafetySetting> SafetySettings { get; }

Property Value

List<SafetySetting>

SpeechToTextModelId

public string SpeechToTextModelId { get; set; }

Property Value

string

SpeechToTextOptions

public SpeechToTextOptions SpeechToTextOptions { get; }

Property Value

SpeechToTextOptions

TextToImageModelId

public string TextToImageModelId { get; set; }

Property Value

string

TextToImageOptions

public TextToImageOptions TextToImageOptions { get; }

Property Value

TextToImageOptions

TopP

public float? TopP { get; set; }

Property Value

float?

UtilityModelId

public string UtilityModelId { get; set; }

Property Value

string