A recognized intent.
typedef struct asr_intent {
char * field ;
char * value ;
asr_result_tag_t tag ;
}asr_intent_t;
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.