App constructor
App({
- AudioProcessingConfig? audioProcessingConfig,
- ClientCertificateSettings? clientCertificateSettings,
- String? createTime,
- DataStoreSettings? dataStoreSettings,
- ChannelProfile? defaultChannelProfile,
- int? deploymentCount,
- String? description,
- String? displayName,
- ErrorHandlingSettings? errorHandlingSettings,
- String? etag,
- EvaluationMetricsThresholds? evaluationMetricsThresholds,
- String? globalInstruction,
- List<
String> ? guardrails, - LanguageSettings? languageSettings,
- bool? locked,
- LoggingSettings? loggingSettings,
- Map<
String, String> ? metadata, - ModelSettings? modelSettings,
- String? name,
- bool? pinned,
- List<
AppVariableDeclaration> ? predefinedVariableDeclarations, - String? rootAgent,
- TimeZoneSettings? timeZoneSettings,
- String? toolExecutionMode,
- String? updateTime,
- List<
String> ? validationErrors, - List<
AppVariableDeclaration> ? variableDeclarations, - VpcScSettings? vpcScSettings,
Implementation
App({
this.audioProcessingConfig,
this.clientCertificateSettings,
this.createTime,
this.dataStoreSettings,
this.defaultChannelProfile,
this.deploymentCount,
this.description,
this.displayName,
this.errorHandlingSettings,
this.etag,
this.evaluationMetricsThresholds,
this.globalInstruction,
this.guardrails,
this.languageSettings,
this.locked,
this.loggingSettings,
this.metadata,
this.modelSettings,
this.name,
this.pinned,
this.predefinedVariableDeclarations,
this.rootAgent,
this.timeZoneSettings,
this.toolExecutionMode,
this.updateTime,
this.validationErrors,
this.variableDeclarations,
this.vpcScSettings,
});