@protocol SAServerBoundCommand; @interface SAIntentGroupChoiceSettingSnippetTemplate : SAIntentGroupSettingSnippetTemplate @property (nonatomic) BOOL selected; @property (retain, nonatomic) id updateSlotCommand; + (id)choiceSettingSnippetTemplate; + (id)choiceSettingSnippetTemplateWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end