ContactFlowSummary class

Contains summary information about a contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

Constructors

ContactFlowSummary({String? arn, ContactFlowType? contactFlowType, String? id, String? name})
ContactFlowSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the contact flow.
final
contactFlowType ContactFlowType?
The type of contact flow.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the contact flow.
final
name String?
The name of the contact flow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited