PrebuiltDomainModelCreateObject Class

A model object containing the name of the custom prebuilt intent or entity and the name of the domain to which this model belongs.

Inheritance
PrebuiltDomainModelCreateObject

Constructor

PrebuiltDomainModelCreateObject(*, domain_name: Optional[str] = None, model_name: Optional[str] = None, **kwargs)

Parameters

domain_name
str
Required

The domain name.

model_name
str
Required

The intent name or entity name.