GetAgentResult

data class GetAgentResult(val advancedSettings: GoogleCloudDialogflowCxV3AdvancedSettingsResponse, val avatarUri: String, val defaultLanguageCode: String, val description: String, val displayName: String, val enableSpellCorrection: Boolean, val enableStackdriverLogging: Boolean, val locked: Boolean, val name: String, val securitySettings: String, val speechToTextSettings: GoogleCloudDialogflowCxV3SpeechToTextSettingsResponse, val startFlow: String, val supportedLanguageCodes: List<String>, val textToSpeechSettings: GoogleCloudDialogflowCxV3TextToSpeechSettingsResponse, val timeZone: String)

Constructors

Link copied to clipboard
fun GetAgentResult(advancedSettings: GoogleCloudDialogflowCxV3AdvancedSettingsResponse, avatarUri: String, defaultLanguageCode: String, description: String, displayName: String, enableSpellCorrection: Boolean, enableStackdriverLogging: Boolean, locked: Boolean, name: String, securitySettings: String, speechToTextSettings: GoogleCloudDialogflowCxV3SpeechToTextSettingsResponse, startFlow: String, supportedLanguageCodes: List<String>, textToSpeechSettings: GoogleCloudDialogflowCxV3TextToSpeechSettingsResponse, timeZone: String)

Types

Link copied to clipboard
object Companion

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

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

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

Link copied to clipboard

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

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

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

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

Link copied to clipboard
Link copied to clipboard

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

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