Sha256: 1117e902a92313c41595ca6fece8b2cbd8ba2006c0eb1db052348a6ea52fd687
Contents?: true
Size: 1.25 KB
Versions: 5
Compression:
Stored size: 1.25 KB
Contents
--- title: PostTextRequest --- ## PureCloud::PostTextRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **bot_id** | **String** | ID of the bot to send the text to. | | | **bot_alias** | **String** | Alias/Version of the bot | [optional] | | **integration_id** | **String** | the integration service id for the bot's credentials | | | **bot_session_id** | **String** | GUID for this bot's session | | | **post_text_message** | [**PostTextMessage**](PostTextMessage.html) | Message to send to the bot | | | **language_code** | **String** | The launguage code the bot will run under | [optional] | | **bot_session_timeout_minutes** | **Integer** | Override timeout for the bot session. This should be greater than 10 minutes. | [optional] | | **bot_channels** | **Array<String>** | The channels this bot is utilizing | [optional] | | **bot_correlation_id** | **String** | Id for tracking the activity - this will be returned in the response | [optional] | | **amazon_lex_request** | [**AmazonLexRequest**](AmazonLexRequest.html) | | [optional] | | **google_dialogflow** | [**GoogleDialogflowCustomSettings**](GoogleDialogflowCustomSettings.html) | | [optional] | {: class="table table-striped"}
Version data entries
5 entries across 5 versions & 1 rubygems