Google Cloud Contactcenterinsights V1Annotator Selector Summarization Config Args
data class GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs(val conversationProfile: Output<String>? = null, val summarizationModel: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel>? = null) : ConvertibleToJava<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigArgs>
Configuration for summarization.
Constructors
Link copied to clipboard
constructor(conversationProfile: Output<String>? = null, summarizationModel: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel>? = null)
Properties
Link copied to clipboard
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
Link copied to clipboard
val summarizationModel: Output<GoogleCloudContactcenterinsightsV1AnnotatorSelectorSummarizationConfigSummarizationModel>? = null
Default summarization model to be used.