Resource: Issue
The issue resource.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "sampleUtterances": [ string ], "displayDescription": string } |
Fields | |
---|---|
name |
Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issueModel}/issues/{issue} |
displayName |
The representative name for the issue. |
createTime |
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: |
updateTime |
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: |
sampleUtterances[] |
Output only. Resource names of the sample representative utterances that match to this issue. |
displayDescription |
Representative description of the issue. |
Methods |
|
---|---|
|
Creates an issue. |
|
Deletes an issue. |
|
Gets an issue. |
|
Lists issues. |
|
Updates an issue. |