Class GoogleCloudDialogflowCxV3Agent
Inheritance
GoogleCloudDialogflowCxV3Agent
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Agent : IDirectResponseSchema
Properties
AdvancedSettings
Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3AdvancedSettings AdvancedSettings { get; set; }
Property Value
AnswerFeedbackSettings
Declaration
[JsonProperty("answerFeedbackSettings")]
public virtual GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings AnswerFeedbackSettings { get; set; }
Property Value
AvatarUri
Declaration
[JsonProperty("avatarUri")]
public virtual string AvatarUri { get; set; }
Property Value
ClientCertificateSettings
Declaration
[JsonProperty("clientCertificateSettings")]
public virtual GoogleCloudDialogflowCxV3AgentClientCertificateSettings ClientCertificateSettings { get; set; }
Property Value
DefaultLanguageCode
Declaration
[JsonProperty("defaultLanguageCode")]
public virtual string DefaultLanguageCode { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EnableMultiLanguageTraining
Declaration
[JsonProperty("enableMultiLanguageTraining")]
public virtual bool? EnableMultiLanguageTraining { get; set; }
Property Value
EnableSpellCorrection
Declaration
[JsonProperty("enableSpellCorrection")]
public virtual bool? EnableSpellCorrection { get; set; }
Property Value
EnableStackdriverLogging
Declaration
[JsonProperty("enableStackdriverLogging")]
public virtual bool? EnableStackdriverLogging { get; set; }
Property Value
GenAppBuilderSettings
Declaration
[JsonProperty("genAppBuilderSettings")]
public virtual GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings GenAppBuilderSettings { get; set; }
Property Value
GitIntegrationSettings
Declaration
[JsonProperty("gitIntegrationSettings")]
public virtual GoogleCloudDialogflowCxV3AgentGitIntegrationSettings GitIntegrationSettings { get; set; }
Property Value
Locked
Declaration
[JsonProperty("locked")]
public virtual bool? Locked { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
PersonalizationSettings
Declaration
[JsonProperty("personalizationSettings")]
public virtual GoogleCloudDialogflowCxV3AgentPersonalizationSettings PersonalizationSettings { get; set; }
Property Value
SatisfiesPzi
Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
SatisfiesPzs
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
SecuritySettings
Declaration
[JsonProperty("securitySettings")]
public virtual string SecuritySettings { get; set; }
Property Value
SpeechToTextSettings
Declaration
[JsonProperty("speechToTextSettings")]
public virtual GoogleCloudDialogflowCxV3SpeechToTextSettings SpeechToTextSettings { get; set; }
Property Value
StartFlow
Declaration
[JsonProperty("startFlow")]
public virtual string StartFlow { get; set; }
Property Value
StartPlaybook
Declaration
[JsonProperty("startPlaybook")]
public virtual string StartPlaybook { get; set; }
Property Value
SupportedLanguageCodes
Declaration
[JsonProperty("supportedLanguageCodes")]
public virtual IList<string> SupportedLanguageCodes { get; set; }
Property Value
TextToSpeechSettings
Declaration
[JsonProperty("textToSpeechSettings")]
public virtual GoogleCloudDialogflowCxV3TextToSpeechSettings TextToSpeechSettings { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Implements