@HariprasadA-4546 - We have tested like below. Giving same scope in commandlist and commands
"commandLists": [
{
"scopes": [
"personal"
],
"commands": [
{
"title": "Help",
"description": "Displays this help message"
},
{
"title": "Search Flights",
"description": "Search flights from Seattle to Phoenix May 2-5 departing after 3pm"
},
{
"title": "Search Hotels",
"description": "Search hotels in Portland tonight"
},
{
"title": "Best Time to Fly",
"description": "Best time to fly to London for a 5 day trip this summer"
},
{
"title": "Help",
"description": "Displays this help message"
},
{
"title": "Search Flights",
"description": "Search flights from Seattle to Phoenix May 2-5 departing after 3pm"
}
]
},
{
"scopes": [
"personal"
],
"commands": [
{
"title": "1Help",
"description": "Displays this help message"
},
{
"title": "1Search Flights",
"description": "Search flights from Seattle to Phoenix May 2-5 departing after 3pm"
},
{
"title": "1Search Hotels",
"description": "Search hotels in Portland tonight"
}
]
}
],