// SDLDeleteInteractionChoiceSet.h // #import "SDLRPCRequest.h" /** * Deletes an existing Choice Set identified by the parameter * interactionChoiceSetID. If the specified interactionChoiceSetID is currently * in use by an active SDLPerformInteraction this call to * delete the Choice Set will fail returning an IN_USE resultCode *

* Function Group: Base *

* HMILevel needs to be FULL, LIMITED or BACKGROUD
*

* * Since SmartDeviceLink 1.0
* see SDLCreateInteractionChoiceSet SDLPerformInteraction */ @interface SDLDeleteInteractionChoiceSet : SDLRPCRequest /** * @abstract a unique ID that identifies the Choice Set * @discussion a unique ID that identifies the Choice Set *

* Notes: Min Value: 0; Max Value: 2000000000 */ @property (strong) NSNumber *interactionChoiceSetID; @end