Type alias FlowChoiceUserInputTranslation

FlowChoiceUserInputTranslation: {
    promptText?: string | null;
    validationRule?: FlowInputValidationRuleTranslation | null;
}

Type declaration