Contact Center AI Insights v1 API - Class DeleteQaQuestionRequest (2.18.0)

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.

The request for deleting a QaQuestion.

Inheritance

object > DeleteQaQuestionRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

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