CxAgentArgs

constructor(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, project: Output<String>? = null, securitySettings: Output<String>? = null, speechToTextSettings: Output<CxAgentSpeechToTextSettingsArgs>? = null, supportedLanguageCodes: Output<List<String>>? = null, timeZone: Output<String>? = null)