Class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings
Inheritance
GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PromptTemplates
Declaration
[JsonProperty("promptTemplates")]
public virtual IList<GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate> PromptTemplates { get; set; }
Property Value
SelectedPrompt
Declaration
[JsonProperty("selectedPrompt")]
public virtual string SelectedPrompt { get; set; }
Property Value
Implements