//go:build no_runtime_type_checking package awslex // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnBot) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnBot) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnBot) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnBot) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnBot) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnBot) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnBot) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnBot) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnBot) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnBot) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnBot) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnBot) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnBot) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnBot) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnBot) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnBot) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnBot_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnBot_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnBot_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetAutoBuildBotLocalesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetBotFileS3LocationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetBotLocalesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetBotTagsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetDataPrivacyParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetIdleSessionTtlInSecondsParameters(val *float64) error { return nil } func (j *jsiiProxy_CfnBot) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnBot) validateSetRoleArnParameters(val *string) error { return nil } func (j *jsiiProxy_CfnBot) validateSetTestBotAliasSettingsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnBot) validateSetTestBotAliasTagsParameters(val interface{}) error { return nil } func validateNewCfnBotParameters(scope constructs.Construct, id *string, props *CfnBotProps) error { return nil }