Create chat stream
This activity creates a new chat stream for a chat conversation.
| Parameters | Description |
|---|---|
Name |
Name of the chat stream to be created. |
Visibility |
Options are 'Public' or 'Private', to restrict visibility to others. |
DefaultParticipant |
Identifier of a participant to be added to the chat stream after it is created. |
DefaultParticipantAsGuest |
If a DefaultParticipant is specified, indicates whether the default participant will be added as a guest or regular participant. |
Hidden |
Indicate 'true' to hide the chat stream. |
GenerateSystemMessages |
If set to 'true', system messages will be generated in the conversation. |
| Parameters | Description |
|---|---|
ConversationId |
Unique identifier for the created chat stream. |
Result |
Returns the JSON formatted response from the activity. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |