| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.TaskActionDefinition
Description
Synopsis
- data TaskActionDefinition = TaskActionDefinition' {
- description :: Maybe Text
- references :: Maybe (HashMap Text Reference)
- name :: Text
- contactFlowId :: Text
- newTaskActionDefinition :: Text -> Text -> TaskActionDefinition
- taskActionDefinition_description :: Lens' TaskActionDefinition (Maybe Text)
- taskActionDefinition_references :: Lens' TaskActionDefinition (Maybe (HashMap Text Reference))
- taskActionDefinition_name :: Lens' TaskActionDefinition Text
- taskActionDefinition_contactFlowId :: Lens' TaskActionDefinition Text
Documentation
data TaskActionDefinition Source #
Information about the task action.
See: newTaskActionDefinition smart constructor.
Constructors
| TaskActionDefinition' | |
Fields
| |
Instances
newTaskActionDefinition Source #
Arguments
| :: Text | |
| -> Text | |
| -> TaskActionDefinition |
Create a value of TaskActionDefinition with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:TaskActionDefinition', taskActionDefinition_description - The description. Supports variable injection. For more information, see
JSONPath reference
in the Amazon Connect Administrators Guide.
$sel:references:TaskActionDefinition', taskActionDefinition_references - Information about the reference when the referenceType is URL.
Otherwise, null. (Supports variable injection in the Value field.)
$sel:name:TaskActionDefinition', taskActionDefinition_name - The name. Supports variable injection. For more information, see
JSONPath reference
in the Amazon Connect Administrators Guide.
$sel:contactFlowId:TaskActionDefinition', taskActionDefinition_contactFlowId - The identifier of the flow.
taskActionDefinition_description :: Lens' TaskActionDefinition (Maybe Text) Source #
The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
taskActionDefinition_references :: Lens' TaskActionDefinition (Maybe (HashMap Text Reference)) Source #
Information about the reference when the referenceType is URL.
Otherwise, null. (Supports variable injection in the Value field.)
taskActionDefinition_name :: Lens' TaskActionDefinition Text Source #
The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
taskActionDefinition_contactFlowId :: Lens' TaskActionDefinition Text Source #
The identifier of the flow.