Resource: QaQuestionTag
A tag is a resource which aims to categorize a set of questions across multiple scorecards, e.g., "Customer Satisfaction","Billing", etc.
| JSON representation |
|---|
{ "name": string, "displayName": string, "qaQuestionIds": [ string ], "createTime": string, "updateTime": string } |
| Fields | |
|---|---|
name |
Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qaQuestionTag} In the above format, the last segment, i.e., qaQuestionTag, is a server-generated ID corresponding to the tag resource. |
displayName |
Required. A user-specified display name for the tag. |
qaQuestionIds[] |
Optional. The list of Scorecard Question IDs that the tag applies to. Each QaQuestionId is represented as a full resource name containing the Question ID. Lastly, Since a tag may not necessarily be referenced by any Scorecard Questions, we treat this field as optional. |
createTime |
Output only. The time at which the question tag was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The most recent time at which the question tag was updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a QaQuestionTag. |
|
Deletes a QaQuestionTag. |
|
Gets a QaQuestionTag. |
|
Lists the question tags. |
|
Updates a QaQuestionTag. |