Class CreateQaQuestionRequest (1.23.0)

CreateQaQuestionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for creating a QaQuestion.

Attributes

Name Description
parent str
Required. The parent resource of the QaQuestion.
qa_question google.cloud.contact_center_insights_v1.types.QaQuestion
Required. The QaQuestion to create.
qa_question_id str
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]-``.