public sealed class DeleteQaQuestionRequest : IMessage<DeleteQaQuestionRequest>, IEquatable<DeleteQaQuestionRequest>, IDeepCloneable<DeleteQaQuestionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class DeleteQaQuestionRequest.
The request for deleting a QaQuestion.
Implements
IMessageDeleteQaQuestionRequest, IEquatableDeleteQaQuestionRequest, IDeepCloneableDeleteQaQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
DeleteQaQuestionRequest()
public DeleteQaQuestionRequest()DeleteQaQuestionRequest(DeleteQaQuestionRequest)
public DeleteQaQuestionRequest(DeleteQaQuestionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteQaQuestionRequest |
Properties
Name
public string Name { get; set; }Required. The name of the QaQuestion to delete.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QaQuestionName
public QaQuestionName QaQuestionName { get; set; }QaQuestionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
QaQuestionName |
|