Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeInternalServiceException + const ErrCodeInvalidRequestException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const SentimentValueNegative + const SentimentValueNeutral + const SentimentValuePositive + const ServiceID + const ServiceName + func SentimentValue_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type Categories struct + MatchedCategories []*string + MatchedDetails map[string]*CategoryDetails + func (s *Categories) SetMatchedCategories(v []*string) *Categories + func (s *Categories) SetMatchedDetails(v map[string]*CategoryDetails) *Categories + func (s Categories) GoString() string + func (s Categories) String() string + type CategoryDetails struct + PointsOfInterest []*PointOfInterest + func (s *CategoryDetails) SetPointsOfInterest(v []*PointOfInterest) *CategoryDetails + func (s CategoryDetails) GoString() string + func (s CategoryDetails) String() string + type CharacterOffsets struct + BeginOffsetChar *int64 + EndOffsetChar *int64 + func (s *CharacterOffsets) SetBeginOffsetChar(v int64) *CharacterOffsets + func (s *CharacterOffsets) SetEndOffsetChar(v int64) *CharacterOffsets + func (s CharacterOffsets) GoString() string + func (s CharacterOffsets) String() string + type ConnectContactLens struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *ConnectContactLens + func (c *ConnectContactLens) ListRealtimeContactAnalysisSegments(input *ListRealtimeContactAnalysisSegmentsInput) (*ListRealtimeContactAnalysisSegmentsOutput, error) + func (c *ConnectContactLens) ListRealtimeContactAnalysisSegmentsPages(input *ListRealtimeContactAnalysisSegmentsInput, ...) error + func (c *ConnectContactLens) ListRealtimeContactAnalysisSegmentsPagesWithContext(ctx aws.Context, input *ListRealtimeContactAnalysisSegmentsInput, ...) error + func (c *ConnectContactLens) ListRealtimeContactAnalysisSegmentsRequest(input *ListRealtimeContactAnalysisSegmentsInput) (req *request.Request, output *ListRealtimeContactAnalysisSegmentsOutput) + func (c *ConnectContactLens) ListRealtimeContactAnalysisSegmentsWithContext(ctx aws.Context, input *ListRealtimeContactAnalysisSegmentsInput, ...) (*ListRealtimeContactAnalysisSegmentsOutput, error) + type InternalServiceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceException) Code() string + func (s *InternalServiceException) Error() string + func (s *InternalServiceException) Message() string + func (s *InternalServiceException) OrigErr() error + func (s *InternalServiceException) RequestID() string + func (s *InternalServiceException) StatusCode() int + func (s InternalServiceException) GoString() string + func (s InternalServiceException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type IssueDetected struct + CharacterOffsets *CharacterOffsets + func (s *IssueDetected) SetCharacterOffsets(v *CharacterOffsets) *IssueDetected + func (s IssueDetected) GoString() string + func (s IssueDetected) String() string + type ListRealtimeContactAnalysisSegmentsInput struct + ContactId *string + InstanceId *string + MaxResults *int64 + NextToken *string + func (s *ListRealtimeContactAnalysisSegmentsInput) SetContactId(v string) *ListRealtimeContactAnalysisSegmentsInput + func (s *ListRealtimeContactAnalysisSegmentsInput) SetInstanceId(v string) *ListRealtimeContactAnalysisSegmentsInput + func (s *ListRealtimeContactAnalysisSegmentsInput) SetMaxResults(v int64) *ListRealtimeContactAnalysisSegmentsInput + func (s *ListRealtimeContactAnalysisSegmentsInput) SetNextToken(v string) *ListRealtimeContactAnalysisSegmentsInput + func (s *ListRealtimeContactAnalysisSegmentsInput) Validate() error + func (s ListRealtimeContactAnalysisSegmentsInput) GoString() string + func (s ListRealtimeContactAnalysisSegmentsInput) String() string + type ListRealtimeContactAnalysisSegmentsOutput struct + NextToken *string + Segments []*RealtimeContactAnalysisSegment + func (s *ListRealtimeContactAnalysisSegmentsOutput) SetNextToken(v string) *ListRealtimeContactAnalysisSegmentsOutput + func (s *ListRealtimeContactAnalysisSegmentsOutput) SetSegments(v []*RealtimeContactAnalysisSegment) *ListRealtimeContactAnalysisSegmentsOutput + func (s ListRealtimeContactAnalysisSegmentsOutput) GoString() string + func (s ListRealtimeContactAnalysisSegmentsOutput) String() string + type PointOfInterest struct + BeginOffsetMillis *int64 + EndOffsetMillis *int64 + func (s *PointOfInterest) SetBeginOffsetMillis(v int64) *PointOfInterest + func (s *PointOfInterest) SetEndOffsetMillis(v int64) *PointOfInterest + func (s PointOfInterest) GoString() string + func (s PointOfInterest) String() string + type RealtimeContactAnalysisSegment struct + Categories *Categories + Transcript *Transcript + func (s *RealtimeContactAnalysisSegment) SetCategories(v *Categories) *RealtimeContactAnalysisSegment + func (s *RealtimeContactAnalysisSegment) SetTranscript(v *Transcript) *RealtimeContactAnalysisSegment + func (s RealtimeContactAnalysisSegment) GoString() string + func (s RealtimeContactAnalysisSegment) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type Transcript struct + BeginOffsetMillis *int64 + Content *string + EndOffsetMillis *int64 + Id *string + IssuesDetected []*IssueDetected + ParticipantId *string + ParticipantRole *string + Sentiment *string + func (s *Transcript) SetBeginOffsetMillis(v int64) *Transcript + func (s *Transcript) SetContent(v string) *Transcript + func (s *Transcript) SetEndOffsetMillis(v int64) *Transcript + func (s *Transcript) SetId(v string) *Transcript + func (s *Transcript) SetIssuesDetected(v []*IssueDetected) *Transcript + func (s *Transcript) SetParticipantId(v string) *Transcript + func (s *Transcript) SetParticipantRole(v string) *Transcript + func (s *Transcript) SetSentiment(v string) *Transcript + func (s Transcript) GoString() string + func (s Transcript) String() string