Sha256: 1771d1a1b70e8a9138760ba77e894334102b6aa0d98ea88d65cd90721d22aeec

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

# UltracartClient::ConversationAgentAuthResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **conversation_participant_arn** | **String** |  | [optional] |
| **jwt** | **String** |  | [optional] |
| **websocket_url** | **String** |  | [optional] |

## Example

```ruby
require 'ultracart_api'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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