Sha256: 047ad1685b6956cb8d3d407050117d2b3f705660af0df6c22e06d0a09e93b16c

Contents?: true

Size: 1.96 KB

Versions: 5

Compression:

Stored size: 1.96 KB

Contents

---
title: NluDomainVersion
---
## PureCloud::NluDomainVersion

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **domain** | [**NluDomain**](NluDomain.html) | The NLU domain of the version. | [optional] |
| **description** | **String** | The description of the NLU domain version. | [optional] |
| **language** | **String** | The language that the NLU domain version supports. | |
| **published** | **BOOLEAN** | Whether this NLU domain version has been published. | [optional] |
| **date_created** | **DateTime** | The date when the NLU domain version 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 version was updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **date_trained** | **DateTime** | The date when the NLU domain version was trained. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **date_published** | **DateTime** | The date when the NLU domain version was published. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **training_status** | **String** | The training status of the NLU domain version. | [optional] |
| **evaluation_status** | **String** | The evaluation status of the NLU domain version. | [optional] |
| **intents** | [**Array<IntentDefinition>**](IntentDefinition.html) | The intents defined for this NLU domain version. | [optional] |
| **entity_types** | [**Array<NamedEntityTypeDefinition>**](NamedEntityTypeDefinition.html) | The entity types defined for this NLU domain version. | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
purecloudplatformclientv2-96.0.0 docs/NluDomainVersion.md
purecloudplatformclientv2-95.0.0 docs/NluDomainVersion.md
purecloudplatformclientv2-94.0.0 docs/NluDomainVersion.md
purecloudplatformclientv2-93.0.0 docs/NluDomainVersion.md
purecloudplatformclientv2-92.0.0 docs/NluDomainVersion.md