
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2019 02:10 PM
Hi Team,
I am trying to integrate CVP with speech recognition engine and looking for a way to store the utterance in the element data and store those values in database. The intention is to know what customers are speaking.
In the logs, i could see that the values are stored in the Form element - utterance and nbestutterance1 but how do i extract them and store in either a local varaible or element data.
Form_01,interaction,utterance,i would like to know the status of my application
Form_01,data,nbestUtterance1,i would like to know the status of my application
Solved! Go to Solution.
- Labels:
-
CVP
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 07:31 AM
Hi,
When you see 'data' in the column just after the element name in the Activity Log, it means that it's ElementData with that name and that value: Form_01,data,nbestUtterance1,i would like to know the status of my application
Studio doesn't display ALL element data in the Substitution Tag Builder! But you can still access it by keying it in from your keyboard.
In Studio,
1.Go into the Substitution Tag Builder {},
2.Select the Element Data tab
3. Choose the Element: Form_01
4. In the Variable Name field, use your keyboard to key in the variable name nbestUtterance1 (case sensitive! and remember the 1 at the end.
5. Then press Add Tag: {Data.Element.Form_01.nbestUtterance1}
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019 08:18 AM
Thanks David. It is easier for technical folks to extract the values from logs, however business guys do want an easier way to keep track of things. I was referring to Janine'solution on the thread mentioned below and i am able to extract the value of intent by storing it in Field Slot and extracting the value in element data by value.
I would like to take the same approach if available to extract the other value.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019 08:20 AM
posting it in devnet to gain additional visibility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 07:31 AM
Hi,
When you see 'data' in the column just after the element name in the Activity Log, it means that it's ElementData with that name and that value: Form_01,data,nbestUtterance1,i would like to know the status of my application
Studio doesn't display ALL element data in the Substitution Tag Builder! But you can still access it by keying it in from your keyboard.
In Studio,
1.Go into the Substitution Tag Builder {},
2.Select the Element Data tab
3. Choose the Element: Form_01
4. In the Variable Name field, use your keyboard to key in the variable name nbestUtterance1 (case sensitive! and remember the 1 at the end.
5. Then press Add Tag: {Data.Element.Form_01.nbestUtterance1}
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2019 03:40 PM
Thank you very much @janinegraves . It works :)
@janinegraves wrote:Hi,
When you see 'data' in the column just after the element name in the Activity Log, it means that it's ElementData with that name and that value: Form_01,data,nbestUtterance1,i would like to know the status of my application
Studio doesn't display ALL element data in the Substitution Tag Builder! But you can still access it by keying it in from your keyboard.
In Studio,
1.Go into the Substitution Tag Builder {},
2.Select the Element Data tab3. Choose the Element: Form_01
4. In the Variable Name field, use your keyboard to key in the variable name nbestUtterance1 (case sensitive! and remember the 1 at the end.
5. Then press Add Tag: {Data.Element.Form_01.nbestUtterance1}
Hope that helps!
