--- title: NluDomain --- ## PureCloud::NluDomain ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | The name of the NLU domain. | | | **draft_version** | [**NluDomainVersion**](NluDomainVersion.html) | The draft version of that NLU domain. | [optional] | | **last_published_version** | [**NluDomainVersion**](NluDomainVersion.html) | The last published version of that NLU domain. | [optional] | | **date_created** | **DateTime** | The date when the NLU domain was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | The date when the NLU domain was updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}