Sha256: b9897d1c5078305e416c3bcbec5e45104f3a743a2630abc25851feb2df2de1ec
Contents?: true
Size: 1.77 KB
Versions: 3
Compression:
Stored size: 1.77 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. | [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] | | **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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-88.0.0 | docs/NluDomainVersion.md |
purecloudplatformclientv2-87.0.0 | docs/NluDomainVersion.md |
purecloudplatformclientv2-86.0.0 | docs/NluDomainVersion.md |