public interface CreateQaQuestionRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The parent resource of the QaQuestion.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource of the QaQuestion.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getQaQuestion()
public abstract QaQuestion getQaQuestion()
Required. The QaQuestion to create.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
QaQuestion |
The qaQuestion. |
getQaQuestionId()
public abstract String getQaQuestionId()
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-
.
string qa_question_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The qaQuestionId. |
getQaQuestionIdBytes()
public abstract ByteString getQaQuestionIdBytes()
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-
.
string qa_question_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for qaQuestionId. |
getQaQuestionOrBuilder()
public abstract QaQuestionOrBuilder getQaQuestionOrBuilder()
Required. The QaQuestion to create.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
QaQuestionOrBuilder |
hasQaQuestion()
public abstract boolean hasQaQuestion()
Required. The QaQuestion to create.
.google.cloud.contactcenterinsights.v1.QaQuestion qa_question = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the qaQuestion field is set. |