public sealed class DeleteQaQuestionRequest : IMessage<DeleteQaQuestionRequest>, IEquatable<DeleteQaQuestionRequest>, IDeepCloneable<DeleteQaQuestionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteQaQuestionRequest.
[[["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 `DeleteQaQuestionRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["The `DeleteQaQuestionRequest` class is used to request the deletion of a QaQuestion, as indicated by its purpose and implementation of several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties to specify the name of the `QaQuestion` to delete, with `Name` as a string and `QaQuestionName` providing a typed view of the resource name."],["The document lists numerous versions of the API, ranging from 1.0.0 to 2.19.0 (latest), providing links to the reference documentation for each version of `DeleteQaQuestionRequest` class."],["This class inherits from `object` and also lists out the inherited methods and the namespace and assembly information."]]],[]]