| 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 |
Amazonka.Transcribe.GetCallAnalyticsCategory
Description
Retrieves information about a call analytics category.
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 #
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:
$sel:categoryName:GetCallAnalyticsCategory', getCallAnalyticsCategory_categoryName - The name of the category you want information about. This value is case
sensitive.
Request Lenses
getCallAnalyticsCategory_categoryName :: Lens' GetCallAnalyticsCategory Text Source #
The name of the category you want information about. This value is 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 - The rules you've defined for a category.
$sel:httpStatus:GetCallAnalyticsCategoryResponse', getCallAnalyticsCategoryResponse_httpStatus - The response's http status code.
Response Lenses
getCallAnalyticsCategoryResponse_categoryProperties :: Lens' GetCallAnalyticsCategoryResponse (Maybe CategoryProperties) Source #
The rules you've defined for a category.
getCallAnalyticsCategoryResponse_httpStatus :: Lens' GetCallAnalyticsCategoryResponse Int Source #
The response's http status code.