Context-Variables
Context variables are pieces of information that are used to keep track of during a conversation. They remember details like what the user said earlier, session information, and temporary responses.
By using context variables, MEVA can give better answers, remember user preferences making the interaction more helpful and personalized.The output of each step, obtained through context variables, serves as input for subsequent nodes in the conversation flow. Context-variables are used under "{{}}". Common context variables include user details that may be captured using entities, session data, user inputs, and conversation history.
Here's a list of commonly used context-variables,
{{output.uid.entity_name}}
{{output.uid.similarity}}
{{output.uid.has_flow}}
{{input.incoming_message.profanity_score}}
{{input.contact.is_guest}}
{{input.contact.full_name}}
{{input.contact.messenger_id}}
{{input.contact.phone_number}}
{{input.incoming_channel.channel_type}}
{{input.current_user.token}}
{{input.message_history}}