hostFunctionality object
An object representing a specific functionality that a host must support.
Properties that reference this object type:
Syntax
Properties
name
The name of the functionality.
Type
string
Required
✅
Constraints
Supported values
Allowed values: dialogUrl
, dialogUrlBot
, dialogAdaptiveCard
, dialogAdaptiveCardBot
.
Examples
{
"hostMustSupportFunctionalities": [
{"name": "dialogUrl"},
{"name": "dialogUrlBot"}
]
}