Class GoogleCloudDialogflowCxV3beta1LlmModelSettings
Inheritance
GoogleCloudDialogflowCxV3beta1LlmModelSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmModelSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Model
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters Parameters { get; set; }
Property Value
PromptText
Declaration
[JsonProperty("promptText")]
public virtual string PromptText { get; set; }
Property Value
Implements