Values.SlackConfigurationSourceConfiguration for Slack workspace integration.
type nonrec t = {workspaceId : SlackConfigurationWorkspaceIdString.t;Associated Slack workspace ID
*)workspaceName : String_.t;Associated Slack workspace name
*)transmissionTarget : SlackTransmissionTarget.t;Transmission targets for agent notifications
*)}val make :
workspaceId:SlackConfigurationWorkspaceIdString.t ->
workspaceName:String_.t ->
transmissionTarget:SlackTransmissionTarget.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SlackConfigurationWorkspaceIdString.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]