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."],[[["This webpage provides reference documentation for the `BulkAnalyzeConversationsResponse` class within the Google Cloud Contact Center AI Insights v1 API."],["The latest version of the API documented is 2.19.0, with a list of versions ranging from 1.0.0 up to the latest."],["`BulkAnalyzeConversationsResponse` is a class used to represent the response for a bulk analyze conversations operation, and it inherits from and implements multiple interfaces."],["The class has two properties: `FailedAnalysisCount` and `SuccessfulAnalysisCount`, which are integers representing the number of failed and successful analyses, respectively."],["The `BulkAnalyzeConversationsResponse` class also has two public constructors to instantiate a new object, or to instantiate one using another instance of itself."]]],[]]