| 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.Transcribe.GetCallAnalyticsCategory
Description
Provides information about the specified Call Analytics category.
To get a list of your Call Analytics categories, use the operation.
Synopsis
- data GetCallAnalyticsCategory = GetCallAnalyticsCategory' {
- categoryName :: Text
 
 - newGetCallAnalyticsCategory :: Text -> GetCallAnalyticsCategory
 - getCallAnalyticsCategory_categoryName :: Lens' GetCallAnalyticsCategory Text
 - data GetCallAnalyticsCategoryResponse = GetCallAnalyticsCategoryResponse' {}
 - newGetCallAnalyticsCategoryResponse :: Int -> GetCallAnalyticsCategoryResponse
 - getCallAnalyticsCategoryResponse_categoryProperties :: Lens' GetCallAnalyticsCategoryResponse (Maybe CategoryProperties)
 - getCallAnalyticsCategoryResponse_httpStatus :: Lens' GetCallAnalyticsCategoryResponse Int
 
Creating a Request
data GetCallAnalyticsCategory Source #
See: newGetCallAnalyticsCategory smart constructor.
Constructors
| GetCallAnalyticsCategory' | |
Fields 
  | |
Instances
newGetCallAnalyticsCategory Source #
Arguments
| :: Text | |
| -> GetCallAnalyticsCategory | 
Create a value of GetCallAnalyticsCategory 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:
GetCallAnalyticsCategory, getCallAnalyticsCategory_categoryName - The name of the Call Analytics category you want information about.
 Category names are case sensitive.
Request Lenses
getCallAnalyticsCategory_categoryName :: Lens' GetCallAnalyticsCategory Text Source #
The name of the Call Analytics category you want information about. Category names are case sensitive.
Destructuring the Response
data GetCallAnalyticsCategoryResponse Source #
See: newGetCallAnalyticsCategoryResponse smart constructor.
Constructors
| GetCallAnalyticsCategoryResponse' | |
Fields 
  | |
Instances
newGetCallAnalyticsCategoryResponse Source #
Create a value of GetCallAnalyticsCategoryResponse 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:categoryProperties:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_categoryProperties - Provides you with the properties of the Call Analytics category you
 specified in your GetCallAnalyticsCategory request.
$sel:httpStatus:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_httpStatus - The response's http status code.
Response Lenses
getCallAnalyticsCategoryResponse_categoryProperties :: Lens' GetCallAnalyticsCategoryResponse (Maybe CategoryProperties) Source #
Provides you with the properties of the Call Analytics category you
 specified in your GetCallAnalyticsCategory request.
getCallAnalyticsCategoryResponse_httpStatus :: Lens' GetCallAnalyticsCategoryResponse Int Source #
The response's http status code.