View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnalysisResult (google_api_contact_center_insights v0.13.0)
The result of an analysis.
Attributes
-
callAnalysisMetadata(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.t, default:nil) - Call-specific metadata created by the analysis. -
endTime(type:DateTime.t, default:nil) - The time at which the analysis ended.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnalysisResult{ callAnalysisMetadata: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.t() | nil, endTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.