AnalysisArgs

data class AnalysisArgs(val annotatorSelector: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs>? = null, val conversationId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<AnalysisArgs>

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

Constructors

Link copied to clipboard
fun AnalysisArgs(annotatorSelector: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs>? = null, conversationId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AnalysisArgs

Properties

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>? = null
Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val project: Output<String>? = null