Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data MeetingSetting Source #
The values that indicate whether a pin is always required (YES), never required (NO), or OPTIONAL.
- If YES, Alexa will always ask for a meeting pin.
- If NO, Alexa will never ask for a meeting pin.
- If OPTIONAL, Alexa will ask if you have a meeting pin and if the customer responds with yes, it will ask for the meeting pin.
See: newMeetingSetting
smart constructor.
MeetingSetting' | |
|
Instances
Create a value of MeetingSetting
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requirePin:MeetingSetting'
, meetingSetting_requirePin
- The values that indicate whether the pin is always required.
meetingSetting_requirePin :: Lens' MeetingSetting RequirePin Source #
The values that indicate whether the pin is always required.