REST Resource: projects.locations.issueModels.issues

Resource: Issue

The issue resource.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string,
  "sampleUtterances": [
    string
  ],
  "displayDescription": string
}
Fields
name

string

Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issueModel}/issues/{issue}

displayName

string

The representative name for the issue.

createTime

string (Timestamp format)

Output only. The time at which this issue 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 that this issue 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".

sampleUtterances[]

string

Output only. Resource names of the sample representative utterances that match to this issue.

displayDescription

string

Representative description of the issue.

Methods

create

Creates an issue.

delete

Deletes an issue.

get

Gets an issue.

list

Lists issues.

patch

Updates an issue.