DNISEmergencyCallingConfiguration class
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.
Constructors
- DNISEmergencyCallingConfiguration({required String callingCountry, required String emergencyPhoneNumber, String? testPhoneNumber})
-
DNISEmergencyCallingConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- callingCountry → String
-
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2
format.
final
- emergencyPhoneNumber → String
-
The DNIS phone number to route emergency calls to, in E.164 format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testPhoneNumber → String?
-
The DNIS phone number to route test emergency calls to, in E.164 format.
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