Deploying Digital Humans
...
Embedding Digital Humans in Yo...
Embed Digital Humans in your A...

Customizing "Welcome Screen"

5min
this document describes how to customize the text and button label in the digital human's welcome message you can customize these elements via embedded snippet attributes overview the welcome message is the initial message displayed to users when they interact with the digital human this is mainly to comply with the internet browser's requirements regarding media assets playback customizing this message allows you to provide a tailored introduction or call to action you can customize the welcome message text and button label using the embedded snippet attributes, when embedding the digital human into a web page using the provided code snippet customization via embedded snippet attributes when embedding the digital human using the provided code snippet, you can customize the welcome message text and button label using the following data attributes within the \<div> tag data welcome message sets the text of the welcome message data welcome button text sets the text of the button in the welcome message example \<body> \<div id="talking head" data api base="https //chat origin api unith live" data api key="\<your api key>" data embed="true" data org id="\<your org id>" data head id="\<your head id>" data theme="demo" data vm version="1" data welcome message="hello! how can i assist you today?" data welcome button text="begin" \>\</div> \</body> in this example data welcome message is set to "hello! how can i assist you today?" data welcome button text is set to "begin" you can hide the welcome message complety by setting the value of the data welcome message to "null" please keep in mind that there are currently no character length limitations