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 |
Provides more information about the call analytics categories that you've created. You can use the information in this list to find a specific category. You can then use the operation to get more information about it.
Synopsis
- data ListCallAnalyticsCategories = ListCallAnalyticsCategories' {}
- newListCallAnalyticsCategories :: ListCallAnalyticsCategories
- listCallAnalyticsCategories_nextToken :: Lens' ListCallAnalyticsCategories (Maybe Text)
- listCallAnalyticsCategories_maxResults :: Lens' ListCallAnalyticsCategories (Maybe Natural)
- data ListCallAnalyticsCategoriesResponse = ListCallAnalyticsCategoriesResponse' {
- categories :: Maybe [CategoryProperties]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListCallAnalyticsCategoriesResponse :: Int -> ListCallAnalyticsCategoriesResponse
- listCallAnalyticsCategoriesResponse_categories :: Lens' ListCallAnalyticsCategoriesResponse (Maybe [CategoryProperties])
- listCallAnalyticsCategoriesResponse_nextToken :: Lens' ListCallAnalyticsCategoriesResponse (Maybe Text)
- listCallAnalyticsCategoriesResponse_httpStatus :: Lens' ListCallAnalyticsCategoriesResponse Int
Creating a Request
data ListCallAnalyticsCategories Source #
See: newListCallAnalyticsCategories
smart constructor.
ListCallAnalyticsCategories' | |
|
Instances
newListCallAnalyticsCategories :: ListCallAnalyticsCategories Source #
Create a value of ListCallAnalyticsCategories
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:nextToken:ListCallAnalyticsCategories'
, listCallAnalyticsCategories_nextToken
- When included, NextToken
fetches the next set of categories if the
result of the previous request was truncated.
$sel:maxResults:ListCallAnalyticsCategories'
, listCallAnalyticsCategories_maxResults
- The maximum number of categories to return in each page of results. If
there are fewer results than the value you specify, only the actual
results are returned. If you do not specify a value, the default of 5 is
used.
Request Lenses
listCallAnalyticsCategories_nextToken :: Lens' ListCallAnalyticsCategories (Maybe Text) Source #
When included, NextToken
fetches the next set of categories if the
result of the previous request was truncated.
listCallAnalyticsCategories_maxResults :: Lens' ListCallAnalyticsCategories (Maybe Natural) Source #
The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
Destructuring the Response
data ListCallAnalyticsCategoriesResponse Source #
See: newListCallAnalyticsCategoriesResponse
smart constructor.
ListCallAnalyticsCategoriesResponse' | |
|
Instances
newListCallAnalyticsCategoriesResponse Source #
Create a value of ListCallAnalyticsCategoriesResponse
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:categories:ListCallAnalyticsCategoriesResponse'
, listCallAnalyticsCategoriesResponse_categories
- A list of objects containing information about analytics categories.
$sel:nextToken:ListCallAnalyticsCategories'
, listCallAnalyticsCategoriesResponse_nextToken
- The operation returns a page of jobs at a time. The maximum size of the
list is set by the MaxResults
parameter. If there are more categories
in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the operation to return
the next page of analytics categories.
$sel:httpStatus:ListCallAnalyticsCategoriesResponse'
, listCallAnalyticsCategoriesResponse_httpStatus
- The response's http status code.
Response Lenses
listCallAnalyticsCategoriesResponse_categories :: Lens' ListCallAnalyticsCategoriesResponse (Maybe [CategoryProperties]) Source #
A list of objects containing information about analytics categories.
listCallAnalyticsCategoriesResponse_nextToken :: Lens' ListCallAnalyticsCategoriesResponse (Maybe Text) Source #
The operation returns a page of jobs at a time. The maximum size of the
list is set by the MaxResults
parameter. If there are more categories
in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the operation to return
the next page of analytics categories.
listCallAnalyticsCategoriesResponse_httpStatus :: Lens' ListCallAnalyticsCategoriesResponse Int Source #
The response's http status code.