public sealed class DeleteAnalysisRequest : IMessage<DeleteAnalysisRequest>, IEquatable<DeleteAnalysisRequest>, IDeepCloneable<DeleteAnalysisRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteAnalysisRequest` class, which is used to request the deletion of an analysis in the Google Cloud Contact Center Insights API."],["The class `DeleteAnalysisRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The latest version of this documentation is version 2.19.0, with previous versions ranging down to 1.0.0, all linked to their respective documentation for the `DeleteAnalysisRequest`."],["The `DeleteAnalysisRequest` class has two constructors, one default and one that takes another `DeleteAnalysisRequest` as a parameter for object cloning."],["The `DeleteAnalysisRequest` has two properties: `AnalysisName`, which is a typed view of the resource name, and `Name`, which is a required string property for the name of the analysis to delete."]]],[]]