public sealed class CreateQaQuestionRequest : IMessage<CreateQaQuestionRequest>, IEquatable<CreateQaQuestionRequest>, IDeepCloneable<CreateQaQuestionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateQaQuestionRequest.
The request for creating a QaQuestion.
Implements
IMessageCreateQaQuestionRequest, IEquatableCreateQaQuestionRequest, IDeepCloneableCreateQaQuestionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
CreateQaQuestionRequest()
public CreateQaQuestionRequest()
CreateQaQuestionRequest(CreateQaQuestionRequest)
public CreateQaQuestionRequest(CreateQaQuestionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateQaQuestionRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource of the QaQuestion.
Property Value | |
---|---|
Type | Description |
string |
ParentAsQaScorecardRevisionName
public QaScorecardRevisionName ParentAsQaScorecardRevisionName { get; set; }
QaScorecardRevisionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
QaScorecardRevisionName |
QaQuestion
public QaQuestion QaQuestion { get; set; }
Required. The QaQuestion to create.
Property Value | |
---|---|
Type | Description |
QaQuestion |
QaQuestionId
public string QaQuestionId { get; set; }
Optional. A unique ID for the new question. This ID will become the final component of the question's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$
. Valid characters are [a-z][0-9]-
.
Property Value | |
---|---|
Type | Description |
string |