Creating, managing, and performing interactions
Learn about the Interaction endpoint collection, which enables you to create, manage, and perform interactions between your solution and its users.
Every time an end-user logs in, they start interacting with Affective Computing (powered by Virtue)'s infrastructure. At that exact moment, a new session is created and the entry point generates the corresponding session ID.
You can use the endpoints in the Interaction collection to set the characteristics of interactions between Affective Computing and users and retrieve information about them. You can do the following:
Group interactions:
Query parameters
testing_session
Indicates if the session is a testing session.
By default, the value of this parameter is false
enable_debugging
Indicates whether debugging is allowed in this session with questions to analyze the user's mood.
By default, the value of this parameter is false
session_id
Unique identifier of the session.
content_type
Type of content consumed in the session.
content_value
Helps to identify the content.
priority
Indicates whether consuming the session content is a priority.
By default, the value of this parameter is 1.
userId
Unique identifier of the user.
interaction_idinteractionId
Unique identifier of the interaction between the user and EDAA™.
foreign_identity
A custom name/identity to be added to this interaction, will be very helpful for data visualization.
longitude
Helps identify the user's spatial position.
latitude
Helps identify the user's spatial position.
speed
Value of the speed at which the user moves.
current_HR
Value of the user's heart rate.
action_Detail
Helps to identify the nature of the user's action.
tenantID
Unique identifier of the tenant responsible for the project.
option_Name
Name of the preferred interaction option.
option_Value
Helps to identify the preferred interaction option.
from
Exact time and date to start counting.
to
Exact time and date to count up to.
groupBy
Term by which to group sessions.
interaction_Session
Identifier of the session in which the interaction occurs.
image
Image name.
skipCount
Specifies where to start counting in a list of returned resources.
maxResultCount
Limits the number of resources returned.
Last updated
Was this helpful?