Agent

class Agent : KotlinCustomResource

Creates an agent in the specified location. Note: You should always train flows prior to sending them queries. See the training documentation.

Properties

Link copied to clipboard

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

Link copied to clipboard
val avatarUri: Output<String>

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

Link copied to clipboard

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.

Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val displayName: Output<String>

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val locked: Output<Boolean>

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Speech recognition related settings.

Link copied to clipboard
val startFlow: Output<String>

Immutable. 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/.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val timeZone: Output<String>

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

Link copied to clipboard
val urn: Output<String>