output_entity=response.addEntity(Phrase, "テスト")
output_entity.addDisplayInformation("<a href='https://shinobot.com'>ShinoBOT</a><img src='http://shinobot.com/res/yougotpwned.png'>", "URL")
Display InformationはEntityをクリックしたときに右側に表示されるEntityの詳細である
- Propertyと異なり、HTMLタグがレンダリングされる
- ハイパーリンクも動作する
- JavaScriptは試したが動作しなかった