Values_0.TaskActionDefinitionSourceInformation about the task action.
type nonrec t = {name : TaskNameExpression.t;The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
*)description : TaskDescriptionExpression.t option;The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
*)contactFlowId : ContactFlowId.t;The identifier of the flow.
*)references : ContactReferences.t option;Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)
*)}val make :
?description:??? ->
?references:??? ->
name:TaskNameExpression.t ->
contactFlowId:ContactFlowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ReferenceKey.t ]
* [> `Structure of
(string
* [> `Enum of string | `String of ReferenceValue.t ])
list ])
list
| `String of TaskNameExpression.t ])
list ]