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

public sealed class GetQaQuestionRequest : IMessage<GetQaQuestionRequest>, IEquatable<GetQaQuestionRequest>, IDeepCloneable<GetQaQuestionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class GetQaQuestionRequest.

The request for a QaQuestion.

Inheritance

object > GetQaQuestionRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

GetQaQuestionRequest()

public GetQaQuestionRequest()

GetQaQuestionRequest(GetQaQuestionRequest)

public GetQaQuestionRequest(GetQaQuestionRequest other)
Parameter
Name Description
other GetQaQuestionRequest

Properties

Name

public string Name { get; set; }

Required. The name of the QaQuestion to get.

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