asr_intent

A recognized intent.

Synopsis:

typedef struct asr_intent {
    char * field ;
    char * value ;
    asr_result_tag_t tag ;
}asr_intent_t;

Data:

char * field
The field of the intent (e.g., search-type).
char * value
The value of the intent (e.g., media).
asr_result_tag_t tag
The result tag for this intent.

Library:

libasr

Description:

This data type represents an intent. An intent is an interpreted aim or purpose of an utterance. For example, the intent could be to play a media selection or dial a phone number.