def random_choice()

in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]


def random_choice(operation_parameters):
    choice_list = operation_parameters['list'].split(',')
    result = random.choice(choice_list)
    return result