Accepts an incoming Assist call.
Identifier: accept_call
<accept_call id="myaction"/>
Opens the menu during an Assist call.
Identifier: call_menu
<call_menu id="myaction"/>
Adjusts the stream volume during a call.
Identifier: change_stream_volume
<change_stream_volume id="myaction"/>
Converts a set of contacts into a selectable list.
Identifier: convert_contacts_to_selection_list
<convert_contacts_to_selection_list id="myaction"/>
Rejects an incoming Assist call.
Identifier: reject_call
<reject_call id="myaction"/>
Starts an Assist call.
Identifier: start_call
<start_call id="stopcall"/>
Stops an ongoing Assist call.
Identifier: stop_call
<stop_call id="stopcall"/>
Toggles the video and audio stream on/off during a Assist call.
Identifier: toggle_stream
<toggle_stream id="myaction"/>
Takes a picture during an ongoing Assist call.
Identifier: xassist_take_picture
<xassist_take_picture id="myaction"></xassist_take_picture>
Toggles the Autofocus feature on/off during an ongoing Assist call.
Identifier: trigger_auto_focus
<trigger_auto_focus id="focus"/>
Predefined information will be shared in the chat if the Assist call is placed at any point while executing the Task. The data format is text messages, images, and files.
Identifier: call_metadata
Here's an explanation of the available attribute:
The different elements are as follows:
<call_metadata id="call_metadata" delete_after="false" replace="true"> <list name="data" listType="UNNAMED" defaultElemType="string"> <elem>Hey</elem> <elem>#{xassist::activated}</elem> <elem>xai:/xassist_pictures/ceggert_hmd_2023-03-03_17-35-01_highres-pic.jpg?version=1</elem> </list> </call_metadata>