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, with version 2.17.0 being shown."],["The page offers a list of all versions of the `BulkAnalyzeConversationsResponse` class, ranging from version 1.0.0 to the latest version 2.19.0."],["The `BulkAnalyzeConversationsResponse` class is designed as a response type for bulk analyze conversation operations, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two key properties: `FailedAnalysisCount`, an integer representing the count of failed analyses, and `SuccessfulAnalysisCount`, representing the number of successful analyses."],["The documentation includes details on the class's constructors and provides links to related resources such as the namespace and assembly."]]],[]]