public sealed class DeleteAnalysisRequest : IMessage<DeleteAnalysisRequest>, IEquatable<DeleteAnalysisRequest>, IDeepCloneable<DeleteAnalysisRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteAnalysisRequest.
[[["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 documentation for the `DeleteAnalysisRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for version 2.14.0."],["The `DeleteAnalysisRequest` class is used to formulate a request to delete an analysis within the Contact Center Insights service."],["The class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default one and one that takes another `DeleteAnalysisRequest` object as a parameter for copying."],["It contains two properties, `AnalysisName` and `Name`, where the latter being required to provide the name of the analysis to be deleted."]]],[]]