Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters

Generative model parameters to control the model behavior.

Inheritance
object
GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputTokenLimit

The input token limit. This setting is currently only supported by playbooks.

Declaration
[JsonProperty("inputTokenLimit")]
public virtual string InputTokenLimit { get; set; }
Property Value
Type Description
string

OutputTokenLimit

The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.

Declaration
[JsonProperty("outputTokenLimit")]
public virtual string OutputTokenLimit { get; set; }
Property Value
Type Description
string

Temperature

The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]

Declaration
[JsonProperty("temperature")]
public virtual float? Temperature { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX