Hi all,
I'm working with Nuance and I try to get into a session data or an element data, the value returned by nuance corresponding to the choice with ASR. The NUANCE grammar is already compiled so I can't open it with a text editor.
I don't know how to use settings Field Name and Slot Element Data for the form element to get the value returned by Nuance.
In the activity log I can see :
172.31.5.41.1501494810060.3.BNP_NaturalLanguage,07/31/2017 11:53:37.950,Form_01,data,nbestInterpretation1,+SuccessPrompt:aide_succ+CallerIntent:aide+ExitStrategy:direct+MEANING:aide+dm_root:aide+ssm_score:83+SWI_meaning:aide+SWI_literal:comment utiliser service+dm_confirmation_mode:DEFAULT+grammar_version:20170724-162913+SWI_grammarName:session:field36@field.grammar+SWI_ssmMeanings:+route:aide::horair_agce::info_div+SWI_ssmConfidences:+route:83::3::2+dm_confirm_string:aide_conf+route:aide+VALUE:aide
My goal is to get the value aide associated to the field VALUE
Thanks
Olivier
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You should be able to specify a slot name in the Setting named*Field
Slot* and the result will be stored as element data named value (it's
always called value, regardless of the slot name).In your example, **
**
If you were to configure the*FieldSlot: **route *then you'd end up with
the word "aide" in the element data named value.
If you were to configure the *FieldSlot: **VALUE *then you'd end up with
the word "aide" in the element data named value.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks Janine. It works !
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.