ContactFlow class

Contains information about a contact flow.

Constructors

ContactFlow({String? arn, String? content, String? description, String? id, String? name, Map<String, String>? tags, ContactFlowType? type})
ContactFlow.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the contact flow.
final
content String?
The content of the contact flow.
final
description String?
The description of the 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
tags Map<String, String>?
One or more tags.
final
type ContactFlowType?
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
final

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