Sha256: 87b84ef3d59d9aec33197ab41c1cc0a301e3e7da7a71e816360491a2c1313c56

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

# UltracartClient::ConversationAgentAuthResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** |  | [optional] |
| **conversation_participant_name** | **String** |  | [optional] |
| **jwt** | **String** |  | [optional] |
| **merchant_id** | **String** |  | [optional] |
| **twilio_phone_numbers** | **Array<String>** |  | [optional] |
| **websocket_url** | **String** |  | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ConversationAgentAuthResponse.new(
  conversation_participant_arn: null,
  conversation_participant_name: null,
  jwt: null,
  merchant_id: null,
  twilio_phone_numbers: null,
  websocket_url: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.37.rc docs/ConversationAgentAuthResponse.md