Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Agent

Inheritance
object
GoogleCloudDialogflowCxV3beta1Agent
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Agent : IDirectResponseSchema

Properties

AdvancedSettings

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

AnswerFeedbackSettings

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

AvatarUri

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

BigqueryExportSettings

Declaration
[JsonProperty("bigqueryExportSettings")]
public virtual GoogleCloudDialogflowCxV3beta1BigQueryExportSettings BigqueryExportSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1BigQueryExportSettings

ClientCertificateSettings

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

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 GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings GenAppBuilderSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings

GitIntegrationSettings

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

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 GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings PersonalizationSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings

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 GoogleCloudDialogflowCxV3beta1SpeechToTextSettings SpeechToTextSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1SpeechToTextSettings

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 GoogleCloudDialogflowCxV3beta1TextToSpeechSettings TextToSpeechSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1TextToSpeechSettings

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