Sha256: c4693226c3f69c54848b58a881905c739a746e8fc0475335a6380915ef6bee68

Contents?: true

Size: 1.16 KB

Versions: 5

Compression:

Stored size: 1.16 KB

Contents

---
title: PostTextResponse
---
## PureCloud::PostTextResponse

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **bot_state** | **String** | The state of the bot after completion of the request | |
| **reply_messages** | [**Array<PostTextMessage>**](PostTextMessage.html) | The list of messages to respond with, if any | [optional] |
| **intent_name** | **String** | The name of the intent the bot is either processing or has processed, this will be blank if no intent could be detected. | [optional] |
| **slots** | **Hash<String, String>** | Data parameters detected and filled by the bot. | [optional] |
| **bot_correlation_id** | **String** | The optional ID specified in the request | [optional] |
| **amazon_lex** | **Hash<String, Object>** | Raw data response from AWS (if called) | [optional] |
| **google_dialog_flow** | **Hash<String, Object>** | Raw data response from Google Dialogflow (if called) | [optional] |
| **genesys_dialog_engine** | **Hash<String, Object>** | Raw data response from Genesys' Dialogengine (if called) | [optional] |
{: class="table table-striped"}


Version data entries

5 entries across 5 versions & 1 rubygems

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