QPluginCardInput
The input shape for defining a plugin card in an Amazon Q App.
Contents
- id
- 
               The unique identifier of the plugin card. Type: String Pattern: [\da-f]{8}-[\da-f]{4}-[45][\da-f]{3}-[89ABab][\da-f]{3}-[\da-f]{12}Required: Yes 
- pluginId
- 
               The unique identifier of the plugin used by the card. Type: String Length Constraints: Fixed length of 36. Required: Yes 
- prompt
- 
               The prompt or instructions displayed for the plugin card. Type: String Length Constraints: Minimum length of 0. Maximum length of 50000. Required: Yes 
- title
- 
               The title or label of the plugin 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 
- actionIdentifier
- 
               The action identifier of the action to be performed by the plugin card. Type: String Length Constraints: Minimum length of 1. Maximum length of 256. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: