public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
Required. The parent resource of the view. Required. The location to create
a view for.
Format: projects/<Project ID>/locations/<Location ID> or
projects/<Project Number>/locations/<Location ID>
[[["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."],[[["The `CreateViewRequest` class is used to create a view within the Google Cloud Contact Center Insights API."],["This class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateViewRequest` has two constructors, one default and one that takes another `CreateViewRequest` as an argument for copying purposes."],["It has properties for setting the `Parent` (the location to create the view) and the `View` (the view resource to create), with `Parent` being a required field."],["The documentation provided includes multiple version of the `CreateViewRequest`, with the latest one being version 2.19.0."]]],[]]