public sealed class BulkAnalyzeConversationsResponse : IMessage<BulkAnalyzeConversationsResponse>, IEquatable<BulkAnalyzeConversationsResponse>, IDeepCloneable<BulkAnalyzeConversationsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class BulkAnalyzeConversationsResponse.
The response for a bulk analyze conversations operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `BulkAnalyzeConversationsResponse` is 2.19.0, and the documentation provides access to previous versions, ranging back to version 1.0.0."],["`BulkAnalyzeConversationsResponse` is a class in the Google.Cloud.ContactCenterInsights.V1 API that serves as the response for bulk conversation analysis operations."],["The class `BulkAnalyzeConversationsResponse` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to having methods, properties, and constructors."],["The `BulkAnalyzeConversationsResponse` class has two properties, `FailedAnalysisCount` and `SuccessfulAnalysisCount`, which are integers representing the number of failed and successful analyses, respectively."],["The class `BulkAnalyzeConversationsResponse` can be constructed either with a parameterless constructor, or with a constructor that takes another `BulkAnalyzeConversationsResponse` as an argument."]]],[]]