public sealed class LlmModelSettings : IMessage<LlmModelSettings>, IEquatable<LlmModelSettings>, IDeepCloneable<LlmModelSettings>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class LlmModelSettings.
Settings for LLM models.
Implements
IMessageLlmModelSettings, IEquatableLlmModelSettings, IDeepCloneableLlmModelSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
LlmModelSettings()
public LlmModelSettings()LlmModelSettings(LlmModelSettings)
public LlmModelSettings(LlmModelSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
LlmModelSettings |
Properties
Model
public string Model { get; set; }The selected LLM model.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PromptText
public string PromptText { get; set; }The custom prompt to use.
| Property Value | |
|---|---|
| Type | Description |
string |
|