Class GoogleCloudDialogflowCxV3GenerativeSettings
Inheritance
GoogleCloudDialogflowCxV3GenerativeSettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3GenerativeSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FallbackSettings
Declaration
[JsonProperty("fallbackSettings")]
public virtual GoogleCloudDialogflowCxV3GenerativeSettingsFallbackSettings FallbackSettings { get; set; }
Property Value
GenerativeSafetySettings
Declaration
[JsonProperty("generativeSafetySettings")]
public virtual GoogleCloudDialogflowCxV3SafetySettings GenerativeSafetySettings { get; set; }
Property Value
KnowledgeConnectorSettings
Declaration
[JsonProperty("knowledgeConnectorSettings")]
public virtual GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings KnowledgeConnectorSettings { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
LlmModelSettings
Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3LlmModelSettings LlmModelSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements