nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/Body12.md
2024-09-04 18:30:33 +02:00

13 lines
1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Body12
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**visitorId** | **string** | visitors ID received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a> or generated by you to <a href=\"https://developers.brevo.com/docs/customize-the-widget#identifying-existing-users\">bind existing user account to Conversations</a> |
**text** | **string** | message text |
**agentId** | **string** | agent ID. It can be found on agents page or received <a href=\"https://developers.brevo.com/docs/conversations-webhooks\">from a webhook</a>. Optional if `groupId` is set. | [optional]
**groupId** | **string** | group ID. It can be found on groups page. Optional if `agentId` is set. | [optional]
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)