FormInputCard
A card in an Amazon Q App that allows the user to submit a response.
Contents
- dependencies
- 
               Any dependencies or requirements for the form input card. Type: Array of strings Required: Yes 
- id
- 
               The unique identifier of the form input card. Type: String Pattern: [\da-f]{8}-[\da-f]{4}-[45][\da-f]{3}-[89ABab][\da-f]{3}-[\da-f]{12}Required: Yes 
- metadata
- 
               The metadata that defines the form input card data. Type: FormInputCardMetadata object Required: Yes 
- title
- 
               The title of the form input card. Type: String Length Constraints: Minimum length of 0. Maximum length of 100. Pattern: [^{}\\"<>]+Required: Yes 
- type
- 
               The type of the card. Type: String Valid Values: text-input | q-query | file-upload | q-plugin | form-inputRequired: Yes 
- computeMode
- 
               The compute mode of the form input card. This property determines whether individual participants of a data collection session can submit multiple response or one response. A compute mode of appendshall allow participants to submit the same form multiple times with different values. A compute mode ofreplacecode> shall overwrite the current value for each participant.Type: String Valid Values: append | replaceRequired: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: