Analysis

class Analysis : KotlinCustomResource

Creates an analysis. The long running operation is done when the analysis has completed.

Properties

Link copied to clipboard

The result of the analysis, which is populated when the analysis finishes.

Link copied to clipboard

To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.

Link copied to clipboard
val conversationId: Output<String>
Link copied to clipboard
val createTime: Output<String>

The time at which the analysis was created, which occurs when the long-running operation completes.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestTime: Output<String>

The time at which the analysis was requested.

Link copied to clipboard
val urn: Output<String>