ConferenceProvider class
An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.
Constructors
- ConferenceProvider({String? arn, IPDialIn? iPDialIn, MeetingSetting? meetingSetting, String? name, PSTNDialIn? pSTNDialIn, ConferenceProviderType? type})
-
ConferenceProvider.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN of the newly created conference provider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iPDialIn → IPDialIn?
-
The IP endpoint and protocol for calling.
final
- meetingSetting → MeetingSetting?
-
The meeting settings for the conference provider.
final
- name → String?
-
The name of the conference provider.
final
- pSTNDialIn → PSTNDialIn?
-
The information for PSTN conferencing.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ConferenceProviderType?
-
The type of conference providers.
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