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-04-01 UTC."],[[["This webpage details the `CreateAnalysisRequest` class, which is used to request the creation of an analysis in the Google Cloud Contact Center Insights API."],["The `CreateAnalysisRequest` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is contained within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `CreateAnalysisRequest` class includes properties for `Analysis`, which is the analysis to create, and `Parent`, which indicates the parent resource of the analysis, and is available as a `ConversationName` typed view."],["The documentation provides a list of available versions of the `CreateAnalysisRequest`, ranging from the latest 2.19.0 to the initial 1.0.0 release."]]],[]]