Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Agent

Inheritance
object
GoogleCloudDialogflowCxV3Agent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Agent : IDirectResponseSchema

Properties

AdvancedSettings

Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3AdvancedSettings AdvancedSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AdvancedSettings

AnswerFeedbackSettings

Declaration
[JsonProperty("answerFeedbackSettings")]
public virtual GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings AnswerFeedbackSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings

AvatarUri

Declaration
[JsonProperty("avatarUri")]
public virtual string AvatarUri { get; set; }
Property Value
Type Description
string

ClientCertificateSettings

Declaration
[JsonProperty("clientCertificateSettings")]
public virtual GoogleCloudDialogflowCxV3AgentClientCertificateSettings ClientCertificateSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentClientCertificateSettings

DefaultLanguageCode

Declaration
[JsonProperty("defaultLanguageCode")]
public virtual string DefaultLanguageCode { get; set; }
Property Value
Type Description
string

Description

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableMultiLanguageTraining

Declaration
[JsonProperty("enableMultiLanguageTraining")]
public virtual bool? EnableMultiLanguageTraining { get; set; }
Property Value
Type Description
bool?

EnableSpellCorrection

Declaration
[JsonProperty("enableSpellCorrection")]
public virtual bool? EnableSpellCorrection { get; set; }
Property Value
Type Description
bool?

EnableStackdriverLogging

Declaration
[JsonProperty("enableStackdriverLogging")]
public virtual bool? EnableStackdriverLogging { get; set; }
Property Value
Type Description
bool?

GenAppBuilderSettings

Declaration
[JsonProperty("genAppBuilderSettings")]
public virtual GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings GenAppBuilderSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentGenAppBuilderSettings

GitIntegrationSettings

Declaration
[JsonProperty("gitIntegrationSettings")]
public virtual GoogleCloudDialogflowCxV3AgentGitIntegrationSettings GitIntegrationSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentGitIntegrationSettings

Locked

Declaration
[JsonProperty("locked")]
public virtual bool? Locked { get; set; }
Property Value
Type Description
bool?

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PersonalizationSettings

Declaration
[JsonProperty("personalizationSettings")]
public virtual GoogleCloudDialogflowCxV3AgentPersonalizationSettings PersonalizationSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AgentPersonalizationSettings

SatisfiesPzi

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

SecuritySettings

Declaration
[JsonProperty("securitySettings")]
public virtual string SecuritySettings { get; set; }
Property Value
Type Description
string

SpeechToTextSettings

Declaration
[JsonProperty("speechToTextSettings")]
public virtual GoogleCloudDialogflowCxV3SpeechToTextSettings SpeechToTextSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3SpeechToTextSettings

StartFlow

Declaration
[JsonProperty("startFlow")]
public virtual string StartFlow { get; set; }
Property Value
Type Description
string

StartPlaybook

Declaration
[JsonProperty("startPlaybook")]
public virtual string StartPlaybook { get; set; }
Property Value
Type Description
string

SupportedLanguageCodes

Declaration
[JsonProperty("supportedLanguageCodes")]
public virtual IList<string> SupportedLanguageCodes { get; set; }
Property Value
Type Description
IList<string>

TextToSpeechSettings

Declaration
[JsonProperty("textToSpeechSettings")]
public virtual GoogleCloudDialogflowCxV3TextToSpeechSettings TextToSpeechSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TextToSpeechSettings

TimeZone

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX