Class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate
Inheritance
GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeSettingsFallbackSettingsPromptTemplate : IDirectResponseSchema
Properties
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Frozen
Declaration
[JsonProperty("frozen")]
public virtual bool? Frozen { get; set; }
Property Value
PromptText
Declaration
[JsonProperty("promptText")]
public virtual string PromptText { get; set; }
Property Value
Implements