V2modelsBotDataPrivacyArgs

data class V2modelsBotDataPrivacyArgs(val childDirected: Output<Boolean>) : ConvertibleToJava<V2modelsBotDataPrivacyArgs>

Constructors

Link copied to clipboard
constructor(childDirected: Output<Boolean>)

Properties

Link copied to clipboard
val childDirected: Output<Boolean>

(Required) - For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying true or false in the childDirected field.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsBotDataPrivacyArgs