Module Values_0.TaskActionDefinitionSource

Information about the task action.

Sourcetype nonrec t = {
  1. name : TaskNameExpression.t;
    (*

    The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

    *)
  2. description : TaskDescriptionExpression.t option;
    (*

    The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

    *)
  3. contactFlowId : ContactFlowId.t;
    (*

    The identifier of the flow.

    *)
  4. references : ContactReferences.t option;
    (*

    Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?references:??? -> name:TaskNameExpression.t -> contactFlowId:ContactFlowId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t