Skip to content

Commit

Permalink
fix wrong input hint (microsoft#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
KayMKM authored Nov 20, 2018
1 parent e24d1af commit abd3227
Show file tree
Hide file tree
Showing 11 changed files with 477 additions and 477 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,32 +56,32 @@
],
"inputHint": "acceptingInput"
},
"EventCreationFailed": {
"replies": [
"EventCreationFailed": {
"replies": [

{
"text": "Event creation failed",
"speak": "Event creation failed"
},
{
"text": "Something went wrong, try again please.",
"speak": "Something went wrong, try again please."
},
{
"text": "It seems the event could not be created, please try again later.",
"speak": "It seems the event could not be created, please try again later."
},
{
"text": "Creation of the event failed, please try again.",
"speak": "Creation of the event failed, please try again."
},
{
"text": "An error occured with creating the event.",
"speak": "An error occured with creating the event."
}
],
"inputHint": "expectingInput"
},
{
"text": "Event creation failed",
"speak": "Event creation failed"
},
{
"text": "Something went wrong, try again please.",
"speak": "Something went wrong, try again please."
},
{
"text": "It seems the event could not be created, please try again later.",
"speak": "It seems the event could not be created, please try again later."
},
{
"text": "Creation of the event failed, please try again.",
"speak": "Creation of the event failed, please try again."
},
{
"text": "An error occured with creating the event.",
"speak": "An error occured with creating the event."
}
],
"inputHint": "acceptingInput"
},
"NoAttendeesMS": {
"replies": [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,31 @@
],
"inputHint": "expectingInput"
},
"EventCreationFailed": {
"replies": [
{
"text": "会议创建失败",
"speak": "会议创建失败"
},
{
"text": "发生错误,请重试。",
"speak": "发生错误,请重试。"
},
{
"text": "不能创建会议,请稍后重试。",
"speak": "不能创建会议,请稍后重试。"
},
{
"text": "创建会议失败,请稍后重试。",
"speak": "创建会议失败,请稍后重试。"
},
{
"text": "创建会议时发生错误,请稍后重试?",
"speak": "创建会议时发生错误,请稍后重试?"
}
],
"inputHint": "expectingInput"
},
"EventCreationFailed": {
"replies": [
{
"text": "会议创建失败",
"speak": "会议创建失败"
},
{
"text": "发生错误,请重试。",
"speak": "发生错误,请重试。"
},
{
"text": "不能创建会议,请稍后重试。",
"speak": "不能创建会议,请稍后重试。"
},
{
"text": "创建会议失败,请稍后重试。",
"speak": "创建会议失败,请稍后重试。"
},
{
"text": "创建会议时发生错误,请稍后重试?",
"speak": "创建会议时发生错误,请稍后重试?"
}
],
"inputHint": "acceptingInput"
},
"NoAttendeesMS": {
"replies": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"inputHint": "expectingInput"
},
"EventDeleted": {
"replies": [
{
"text": "I have deleted the event.",
"speak": "I have deleted the event."
}
],
"inputHint": "expectingInput"
},
"EventDeleted": {
"replies": [
{
"text": "I have deleted the event.",
"speak": "I have deleted the event."
}
],
"inputHint": "acceptingInput"
},
"EventWithStartTimeNotFound": {
"replies": [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"inputHint": "expectingInput"
},
"EventDeleted": {
"replies": [
{
"text": "已经删除会议。",
"speak": "已经删除会议。"
}
],
"inputHint": "expectingInput"
},
"EventDeleted": {
"replies": [
{
"text": "已经删除会议。",
"speak": "已经删除会议。"
}
],
"inputHint": "acceptingInput"
},
"EventWithStartTimeNotFound": {
"replies": [

Expand Down
Loading

0 comments on commit abd3227

Please sign in to comment.