Analysis Args
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)