Skip to main content
Version: 20 Mar 2024

IntentSettings

A structure containing settings for voice app intent. This structure must be initialized by calling IntentSettings.Create() before use.

Public Methods

IntentSettings Create

Creates an initialized IntentSettings object.

public static IntentSettings Create()

Returns: An initialized IntentSettings object.


Public Attributes

AppIntent

The C string carrying app intent made by JSON format, which is UTF-8 and null terminated. The app intent should contain pre-defined fields, names, and values. Memory of this variable is managed by user.


public string AppIntent;


Version

Version of the struct.


public uint Version;