PrebuiltDomainModelCreateObject interface
A model object containing the name of the custom prebuilt intent or entity and the name of the domain to which this model belongs.
Properties
domain |
The domain name. |
model |
The intent name or entity name. |
Property Details
domainName
The domain name.
domainName?: string
Property Value
string
modelName
The intent name or entity name.
modelName?: string
Property Value
string