| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.PromptSummary
Description
Synopsis
Documentation
data PromptSummary Source #
Contains information about the prompt.
See: newPromptSummary smart constructor.
Constructors
| PromptSummary' | |
Instances
newPromptSummary :: PromptSummary Source #
Create a value of PromptSummary 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:arn:PromptSummary', promptSummary_arn - The Amazon Resource Name (ARN) of the prompt.
$sel:id:PromptSummary', promptSummary_id - The identifier of the prompt.
$sel:name:PromptSummary', promptSummary_name - The name of the prompt.
promptSummary_arn :: Lens' PromptSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the prompt.
promptSummary_id :: Lens' PromptSummary (Maybe Text) Source #
The identifier of the prompt.
promptSummary_name :: Lens' PromptSummary (Maybe Text) Source #
The name of the prompt.