Class GoogleCloudDialogflowCxV3beta1Agent
Inheritance
GoogleCloudDialogflowCxV3beta1Agent
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Agent : IDirectResponseSchema
Properties
AdvancedSettings
Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettings AdvancedSettings { get; set; }
Property Value
AnswerFeedbackSettings
Declaration
[JsonProperty("answerFeedbackSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings AnswerFeedbackSettings { get; set; }
Property Value
AvatarUri
Declaration
[JsonProperty("avatarUri")]
public virtual string AvatarUri { get; set; }
Property Value
BigqueryExportSettings
Declaration
[JsonProperty("bigqueryExportSettings")]
public virtual GoogleCloudDialogflowCxV3beta1BigQueryExportSettings BigqueryExportSettings { get; set; }
Property Value
ClientCertificateSettings
Declaration
[JsonProperty("clientCertificateSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings 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 GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings GenAppBuilderSettings { get; set; }
Property Value
GitIntegrationSettings
Declaration
[JsonProperty("gitIntegrationSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings 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 GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings 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 GoogleCloudDialogflowCxV3beta1SpeechToTextSettings 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 GoogleCloudDialogflowCxV3beta1TextToSpeechSettings TextToSpeechSettings { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Implements