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 |
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.
GetCallAnalyticsCategory' | |
|
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.
GetCallAnalyticsCategoryResponse' | |
|
Instances
Eq GetCallAnalyticsCategoryResponse Source # | |
Read GetCallAnalyticsCategoryResponse Source # | |
Show GetCallAnalyticsCategoryResponse Source # | |
Generic GetCallAnalyticsCategoryResponse Source # | |
NFData GetCallAnalyticsCategoryResponse Source # | |
Defined in Amazonka.Transcribe.GetCallAnalyticsCategory rnf :: GetCallAnalyticsCategoryResponse -> () # | |
type Rep GetCallAnalyticsCategoryResponse Source # | |
Defined in Amazonka.Transcribe.GetCallAnalyticsCategory type Rep GetCallAnalyticsCategoryResponse = D1 ('MetaData "GetCallAnalyticsCategoryResponse" "Amazonka.Transcribe.GetCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoryProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.