2017-01-11 5 views
0

私はBotBuilder-Locationを使用してBing Maps API経由でユーザーの場所を収集しようとしました。私はBotBuilder - ロケーションのGitHub repositoryの指示に従っていると例のコードを使用してBing Mapsのフロンマップを表示することができるように管理している:BotBuilder-Locationを使用したときの予期しない文字列 "botbuilder-location:TitleSuffix"と "botbuilder-location:MultipleResultsFound"

var options = { 
prompt: "Where should I ship your order?", 
    useNativeControl: true, 
    reverseGeocode: true, 
    requiredFields: 
    locationDialog.LocationRequiredFields.streetAddress | 
    locationDialog.LocationRequiredFields.locality | 
    locationDialog.LocationRequiredFields.region | 
    locationDialog.LocationRequiredFields.postalCode | 
    locationDialog.LocationRequiredFields.country 
}; 
locationDialog.getLocation(session, options) 

しかし、場所の文字列「のプロンプトでbotbuilder-場所:TitleSuffix "が表示され続け、ダイアログがマップを表示した後ではなく、代わりに" botbuilder-location:MultipleResultsFound "(Screenshot of unexpected strings)という文字列を表示します。私はエミュレータとSkypeとFacebook Messengerで同じ結果を試してみました。

これを修正する方法を知っている人はいますか?

ありがとうございます。

答えて

0

これは既知の問題であり、hereと報告されています。そこにも回避策があります。コントロールの背後にあるチームは、潜在的な修正をテストしています。

関連する問題