Values.ActionReviewPayloadFieldSourceA user input field in an plugin action review payload.
type nonrec t = {displayName : String_.t option;The name of the field.
*)displayOrder : Integer.t option;The display order of fields in a payload.
*)displayDescription : String_.t option;The field level description of each action review input field. This could be an explanation of the field. In the Amazon Q Business web experience, these descriptions could be used to display as tool tips to help users understand the field.
*)type_ : ActionPayloadFieldType.t option;The type of field.
*)value : ActionPayloadFieldValue.t option;The field value.
*)allowedValues : ActionReviewPayloadFieldAllowedValues.t option;Information about the field values that an end user can use to provide to Amazon Q Business for Amazon Q Business to perform the requested plugin action.
*)allowedFormat : String_.t option;The expected data format for the action review input field value. For example, in PTO request, from and to would be of datetime allowed format.
*)arrayItemJsonSchema : ActionReviewPayloadFieldArrayItemJsonSchema.t option;Use to create a custom form with array fields (fields with nested objects inside an array).
*)required : Boolean.t option;Information about whether the field is required.
*)}