public sealed class CreateAnalysisRequest : IMessage<CreateAnalysisRequest>, IEquatable<CreateAnalysisRequest>, IDeepCloneable<CreateAnalysisRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateAnalysisRequest.
[[["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 document provides reference documentation for the `CreateAnalysisRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["The `CreateAnalysisRequest` class is used to create an analysis, which can be accessed through various versions ranging from 1.0.0 to the latest 2.19.0, all the way to 2.1.0, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAnalysisRequest` class includes properties such as `Analysis`, which is the analysis to be created, `Parent`, which is the parent resource of the analysis, and `ParentAsConversationName`, which provides a typed view over the parent resource name."],["There are two constructors available for creating a `CreateAnalysisRequest` instance: a default constructor and a constructor that takes another `CreateAnalysisRequest` instance as a parameter."],["The documentation is also for the dotnet implementation of the Google Cloud Contact Center Insights."]]],[]]