Resource: Analysis
The analysis resource.
JSON representation |
---|
{ "name": string, "requestTime": string, "createTime": string, "analysisResult": { object ( |
Fields | |
---|---|
name |
Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis} |
requestTime |
Output only. The time at which the analysis was requested. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
createTime |
Output only. The time at which the analysis was created, which occurs when the long-running operation completes. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
analysisResult |
Output only. The result of the analysis, which is populated when the analysis finishes. |
annotatorSelector |
To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run. |
Methods |
|
---|---|
|
Creates an analysis. |
|
Deletes an analysis. |
|
Gets an analysis. |
|
Lists analyses. |