Metadata for creating an issue.
JSON representation |
---|
{
"createTime": string,
"endTime": string,
"request": {
object ( |
Fields | |
---|---|
createTime |
Output only. The time the operation was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
Output only. The time the operation finished running. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
request |
The original request for creation. |
CreateIssueRequest
The request to create an issue.
JSON representation |
---|
{
"parent": string,
"issue": {
object ( |
Fields | |
---|---|
parent |
Required. The parent resource of the issue. |
issue |
Required. The values for the new issue. |
Issue
The issue resource.
JSON representation |
---|
{ "name": string, "displayName": string, "createTime": string, "updateTime": string, "representativeConversationNames": [ string ], "sampleUtterances": [ string ], "source": enum ( |
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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The most recent time that this issue was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
representativeConversationNames[] |
Output only. Resource names of the most representative conversations matched. |
sampleUtterances[] |
Output only. Resource names of the sample representative utterances that match to this issue. |
source |
Source of the topic |
parentIssues[] |
Unique identifiers of the parent topics for hierarchical representation. Format is |
alternatives[] |
Additional topic descriptions. |
displayDescription |
Representative description of the issue. |
matchTarget |
Target used for semantic similarity comparisons. Populated on V2 models if the display name was renamed. |
IssueAlternative
Alternative topic names or descriptions to improve inference.
JSON representation |
---|
{ "alternative": string, "description": string } |
Fields | |
---|---|
alternative |
An alternative topic name. |
description |
An alternative topic description. |