QuickConnectConfig class

Contains configuration settings for a quick connect.

Constructors

QuickConnectConfig({required QuickConnectType quickConnectType, PhoneNumberQuickConnectConfig? phoneConfig, QueueQuickConnectConfig? queueConfig, UserQuickConnectConfig? userConfig})
QuickConnectConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
phoneConfig PhoneNumberQuickConnectConfig?
The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
final
queueConfig QueueQuickConnectConfig?
The queue configuration. This is required only if QuickConnectType is QUEUE.
final
quickConnectType QuickConnectType
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userConfig UserQuickConnectConfig?
The user configuration. This is required only if QuickConnectType is USER.
final

Methods

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

Operators

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