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