Agent Args
data class AgentArgs(val advancedSettings: Output<GoogleCloudDialogflowCxV3AdvancedSettingsArgs>? = null, val avatarUri: Output<String>? = null, val defaultLanguageCode: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val enableSpellCorrection: Output<Boolean>? = null, val enableStackdriverLogging: Output<Boolean>? = null, val location: Output<String>? = null, val locked: Output<Boolean>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val securitySettings: Output<String>? = null, val speechToTextSettings: Output<GoogleCloudDialogflowCxV3SpeechToTextSettingsArgs>? = null, val startFlow: Output<String>? = null, val supportedLanguageCodes: Output<List<String>>? = null, val textToSpeechSettings: Output<GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<AgentArgs>
Creates an agent in the specified location. Note: You should always train flows prior to sending them queries. See the training documentation.
Constructors
Link copied to clipboard
fun AgentArgs(advancedSettings: Output<GoogleCloudDialogflowCxV3AdvancedSettingsArgs>? = null, avatarUri: Output<String>? = null, defaultLanguageCode: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enableSpellCorrection: Output<Boolean>? = null, enableStackdriverLogging: Output<Boolean>? = null, location: Output<String>? = null, locked: Output<Boolean>? = null, name: Output<String>? = null, project: Output<String>? = null, securitySettings: Output<String>? = null, speechToTextSettings: Output<GoogleCloudDialogflowCxV3SpeechToTextSettingsArgs>? = null, startFlow: Output<String>? = null, supportedLanguageCodes: Output<List<String>>? = null, textToSpeechSettings: Output<GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs>? = null, timeZone: Output<String>? = null)
Functions
Properties
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 time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.