Package-level declarations

Types

Link copied to clipboard
data class GetAnalysisPlainArgs(val analysisId: String, val conversationId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetAnalysisPlainArgs>
Link copied to clipboard
data class GetConversationPlainArgs(val conversationId: String, val location: String, val project: String? = null, val view: String? = null) : ConvertibleToJava<GetConversationPlainArgs>
Link copied to clipboard
data class GetIssueModelPlainArgs(val issueModelId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetIssueModelPlainArgs>
Link copied to clipboard
data class GetPhraseMatcherPlainArgs(val location: String, val phraseMatcherId: String, val project: String? = null) : ConvertibleToJava<GetPhraseMatcherPlainArgs>
Link copied to clipboard
data class GetViewPlainArgs(val location: String, val project: String? = null, val viewId: String) : ConvertibleToJava<GetViewPlainArgs>
Link copied to clipboard
data class GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs(val issueModels: Output<List<String>>? = null, val phraseMatchers: Output<List<String>>? = null, val runEntityAnnotator: Output<Boolean>? = null, val runIntentAnnotator: Output<Boolean>? = null, val runInterruptionAnnotator: Output<Boolean>? = null, val runIssueModelAnnotator: Output<Boolean>? = null, val runPhraseMatcherAnnotator: Output<Boolean>? = null, val runSentimentAnnotator: Output<Boolean>? = null, val runSilenceAnnotator: Output<Boolean>? = null, val runSummarizationAnnotator: Output<Boolean>? = null, val summarizationConfig: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1AnnotatorSelectorArgs>

Selector of all available annotators and phrase matchers to run.

data class GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs(val conversationProfile: Output<String>? = null, val summarizationModel: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs>

Configuration for summarization.

data class GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs(val agentChannel: Output<Int>? = null, val customerChannel: Output<Int>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1ConversationCallMetadataArgs>

Call-specific metadata.

data class GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs(val dialogflowSource: Output<GoogleCloudContactcenterinsightsV1DialogflowSourceArgs>? = null, val gcsSource: Output<GoogleCloudContactcenterinsightsV1GcsSourceArgs>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1ConversationDataSourceArgs>

The conversation source, which is a combination of transcript and audio.

data class GoogleCloudContactcenterinsightsV1DialogflowSourceArgs(val audioUri: Output<String>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1DialogflowSourceArgs>

A Dialogflow source of conversation data.

data class GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs(val caseSensitive: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs>

Exact match configuration.

data class GoogleCloudContactcenterinsightsV1GcsSourceArgs(val audioUri: Output<String>? = null, val transcriptUri: Output<String>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1GcsSourceArgs>

A Cloud Storage source of conversation data.

data class GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs(val filter: Output<String>? = null, val medium: Output<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigMedium>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigArgs>

Configs for the input data used to create the issue model.

data class GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs(val config: Output<GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs>? = null, val negated: Output<Boolean>? = null, val query: Output<String>) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs>

The data for a phrase match rule.

data class GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs(val exactMatchConfig: Output<GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs>

Configuration information of a phrase match rule.

data class GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs(val phraseMatchRules: Output<List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs>>? = null, val type: Output<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType>) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs>

A message representing a rule in the phrase matcher.