public sealed class CreateViewRequest : IMessage<CreateViewRequest>, IEquatable<CreateViewRequest>, IDeepCloneable<CreateViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateViewRequest.
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."],[[["This document provides reference information for the `CreateViewRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically version 2.12.0."],["The `CreateViewRequest` class is used to define a request for creating a view within the Contact Center Insights service, and it inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties such as `Parent`, `ParentAsLocationName`, and `View`, which are used to specify the parent resource, its location, and the view resource to be created."],["The provided content lists available versions of the API, with version 2.19.0 being the latest, as well as versions going back to 1.0.0, along with links to their respective documentation pages."],["The document also details the constructors for `CreateViewRequest`, including a default constructor and one that takes another `CreateViewRequest` as a parameter."]]],[]]