asrm_append_intent()

Append an intent to the specified result.

Synopsis:

#include "asr/asrm.h"
 
void asrm_append_intent(asr_result_t *result, char *key, char *value)

Arguments:

result

The result to add the intent to.

key

The key of the intent.

value

The value of the intent.

Library:

libasr

Description:

The asrm_append_intent() function appends the intent specified by key and value to the intents array of the specified result. Note that sufficient memory must be available to add items to the intent structure. No warning or error is generated if there is insufficient memory.

Returns:

Nothing.