SYMBOL INDEX (32 symbols across 4 files) FILE: actions/actions.py class ActionAskEmail (line 20) | class ActionAskEmail(Action): method name (line 21) | def name(self) -> Text: method run (line 24) | def run( function _validate_email (line 37) | def _validate_email( class ValidateOpenIncidentForm (line 65) | class ValidateOpenIncidentForm(FormValidationAction): method name (line 66) | def name(self) -> Text: method validate_email (line 69) | def validate_email( method validate_priority (line 79) | def validate_priority( class ActionOpenIncident (line 95) | class ActionOpenIncident(Action): method name (line 96) | def name(self) -> Text: method run (line 99) | def run( class IncidentStatusForm (line 154) | class IncidentStatusForm(FormValidationAction): method name (line 155) | def name(self) -> Text: method validate_email (line 158) | def validate_email( class ActionCheckIncidentStatus (line 169) | class ActionCheckIncidentStatus(Action): method name (line 170) | def name(self) -> Text: method run (line 173) | def run( FILE: actions/handoff.py class ActionHandoffOptions (line 15) | class ActionHandoffOptions(Action): method name (line 16) | def name(self) -> Text: method run (line 19) | async def run( class ActionHandoff (line 46) | class ActionHandoff(Action): method name (line 47) | def name(self) -> Text: method run (line 50) | async def run( FILE: actions/snow.py class SnowAPI (line 18) | class SnowAPI(object): method __init__ (line 21) | def __init__(self): method handle_request (line 32) | def handle_request( method email_to_sysid (line 54) | def email_to_sysid(self, email) -> Dict[Text, Any]: method retrieve_incidents (line 77) | def retrieve_incidents(self, email) -> Dict[Text, Any]: method create_incident (line 101) | def create_incident( method priority_db (line 126) | def priority_db() -> Dict[str, int]: FILE: format_results.py function intent_table (line 5) | def intent_table(): function entity_table (line 37) | def entity_table():