REST Resource: projects.locations.qaQuestionTags

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

string

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

string

Required. A user-specified display name for the tag.

qaQuestionIds[]

string

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

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

create

Creates a QaQuestionTag.

delete

Deletes a QaQuestionTag.

get

Gets a QaQuestionTag.

list

Lists the question tags.

patch

Updates a QaQuestionTag.