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-04-02 UTC."],[[["This webpage provides documentation for the `BulkAnalyzeConversationsResponse` class within the Google Cloud Contact Center Insights v1 API."],["The `BulkAnalyzeConversationsResponse` class is used to represent the response from a bulk analysis of conversations and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties, `FailedAnalysisCount` and `SuccessfulAnalysisCount`, both integers, that are used to indicate the number of failed and successful conversation analyses, respectively."],["The documentation covers 24 different versions of the API, ranging from version 1.0.0 to 2.19.0, where 2.19.0 is the latest."],["There are 2 constructors for `BulkAnalyzeConversationsResponse`, one default, and one that takes in a `BulkAnalyzeConversationsResponse` as a parameter."]]],[]]