public sealed class CreateAnalysisRequest : IMessage<CreateAnalysisRequest>, IEquatable<CreateAnalysisRequest>, IDeepCloneable<CreateAnalysisRequest>, 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 page details the `CreateAnalysisRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to send requests for creating an analysis within the Contact Center Insights service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `CreateAnalysisRequest` class, one default and another that copies an existing `CreateAnalysisRequest`."],["The `CreateAnalysisRequest` class has three properties: `Analysis`, which represents the details of the analysis to be created; `Parent`, which is the parent resource identifier for the analysis; and `ParentAsConversationName`, a typed view for the `Parent` resource name."],["The page also lists the availability of previous versions, from `2.18.0` to `2.0.0` and even down to version `1.0.0` of the `CreateAnalysisRequest` and links to their specific documentation."]]],[]]