Get Options

<Array> getOptions()

Returns set of options objects.

Output

[{
    text: "Option 1",
    imageUrl: '//path/to/my/image1',
    hashtags: ['#cat']
},
{
    text: "Option 2",
    imageUrl: '//path/to/my/image2',
    hashtags: ['#dog']
}]