Class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters
Inheritance
GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputTokenLimit")]
public virtual string InputTokenLimit { get; set; }
Property Value
OutputTokenLimit
Declaration
[JsonProperty("outputTokenLimit")]
public virtual string OutputTokenLimit { get; set; }
Property Value
Temperature
Declaration
[JsonProperty("temperature")]
public virtual float? Temperature { get; set; }
Property Value
Implements