Class GoogleCloudDialogflowCxV3beta1LlmCall
Inheritance
GoogleCloudDialogflowCxV3beta1LlmCall
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmCall : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Model
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
RetrievedExamples
Declaration
[JsonProperty("retrievedExamples")]
public virtual IList<GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample> RetrievedExamples { get; set; }
Property Value
Temperature
Declaration
[JsonProperty("temperature")]
public virtual float? Temperature { get; set; }
Property Value
TokenCount
Declaration
[JsonProperty("tokenCount")]
public virtual GoogleCloudDialogflowCxV3beta1LlmCallTokenCount TokenCount { get; set; }
Property Value
Implements