Sha256: 1db8072e5e5749c0ea269a58acd42ce63158a3e4f4b2dffcbf880e5011507335

Contents?: true

Size: 659 Bytes

Versions: 1

Compression:

Stored size: 659 Bytes

Contents

# UltracartClient::ConversationAgentAuthResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **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,
  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.36.rc docs/ConversationAgentAuthResponse.md