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