Dialogflow v3 API - Class LlmModelSettings (3.0.0)

public sealed class LlmModelSettings : IMessage<LlmModelSettings>, IEquatable<LlmModelSettings>, IDeepCloneable<LlmModelSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class LlmModelSettings.

Settings for LLM models.

Inheritance

object > LlmModelSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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