Class GoogleCloudDialogflowCxV3beta1GenerativeSettings
Inheritance
GoogleCloudDialogflowCxV3beta1GenerativeSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FallbackSettings
Declaration
[JsonProperty("fallbackSettings")]
public virtual GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings FallbackSettings { get; set; }
Property Value
GenerativeSafetySettings
Declaration
[JsonProperty("generativeSafetySettings")]
public virtual GoogleCloudDialogflowCxV3beta1SafetySettings GenerativeSafetySettings { get; set; }
Property Value
KnowledgeConnectorSettings
Declaration
[JsonProperty("knowledgeConnectorSettings")]
public virtual GoogleCloudDialogflowCxV3beta1GenerativeSettingsKnowledgeConnectorSettings KnowledgeConnectorSettings { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
LlmModelSettings
Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3beta1LlmModelSettings LlmModelSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Implements