--- title: PromptAsset --- ## PureCloud::PromptAsset ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **prompt_id** | **String** | Associated prompt ID | [optional] | | **language** | **String** | Prompt resource language | [optional] | | **media_uri** | **String** | URI of the resource audio | [optional] | | **tts_string** | **String** | Text to speech of the resource | [optional] | | **text** | **String** | Text of the resource | [optional] | | **upload_status** | **String** | Audio upload status | [optional] | | **upload_uri** | **String** | Upload URI for the resource audio | [optional] | | **language_default** | **BOOLEAN** | Whether or not this resource locale is the default for the language | [optional] | | **tags** | **Hash<String, Array<String>>** | | [optional] | | **duration_seconds** | **Float** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}