Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Agent

Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data. You can include agents in your app, product, or service to determine user intent and respond to the user in a natural way. After you create an agent, you can add Intents, Entity Types, Flows, Fulfillments, Webhooks, TransitionRouteGroups and so on to manage the conversation flows.

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

Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.

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

AnswerFeedbackSettings

Optional. Answer feedback collection settings.

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

AvatarUri

The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.

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

BigqueryExportSettings

Optional. The BigQuery export settings for this agent. The conversation data will be exported to BigQuery tables if it is enabled. By default, BigQuery export settings will not be exported with agent. You need to set include_bigquery_export_settings to include it in the exported agent.

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

ClientCertificateSettings

Optional. Settings for custom client certificates.

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

DefaultLanguageCode

Required. Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.

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

Description

The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.

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

DisplayName

Required. The human-readable name of the agent, unique within the location.

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

Optional. Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.

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

EnableSpellCorrection

Indicates if automatic spell correction is enabled in detect intent requests.

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

EnableStackdriverLogging

Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.

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

GenAppBuilderSettings

Gen App Builder-related agent-level settings.

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

GitIntegrationSettings

Git integration settings for this agent.

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

Locked

Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.

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

Name

The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.

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

PersonalizationSettings

Optional. Settings for end user personalization.

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

SatisfiesPzi

Optional. Output only. A read only boolean field reflecting Zone Isolation status of the agent.

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

SatisfiesPzs

Optional. Output only. A read only boolean field reflecting Zone Separation status of the agent.

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

SecuritySettings

Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.

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

SpeechToTextSettings

Speech recognition related settings.

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

StartFlow

Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/. Currently only the default start flow with id "00000000-0000-0000-0000-000000000000" is allowed.

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

StartPlaybook

Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//playbooks/. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.

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

SupportedLanguageCodes

The list of all languages supported by the agent (except for the default_language_code).

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

TextToSpeechSettings

Settings on instructing the speech synthesizer on how to generate the output audio content.

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

TimeZone

Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

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