amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data GetCallAnalyticsCategory Source #

See: newGetCallAnalyticsCategory smart constructor.

Constructors

GetCallAnalyticsCategory' 

Fields

  • categoryName :: Text

    The name of the Call Analytics category you want information about. Category names are case sensitive.

Instances

Instances details
ToJSON GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToHeaders GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToPath GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

ToQuery GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

AWSRequest GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Generic GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategory :: Type -> Type #

Read GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

NFData GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Eq GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Hashable GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type AWSResponse GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategory = D1 ('MetaData "GetCallAnalyticsCategory" "Amazonka.Transcribe.GetCallAnalyticsCategory" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "GetCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Instances details
Generic GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Associated Types

type Rep GetCallAnalyticsCategoryResponse :: Type -> Type #

Read GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Show GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

NFData GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

Eq GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetCallAnalyticsCategory

type Rep GetCallAnalyticsCategoryResponse = D1 ('MetaData "GetCallAnalyticsCategoryResponse" "Amazonka.Transcribe.GetCallAnalyticsCategory" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" '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 - 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.