GoogleCloudContactcenterinsightsV1RuntimeAnnotation constructor
GoogleCloudContactcenterinsightsV1RuntimeAnnotation({
- String? annotationId,
- GoogleCloudContactcenterinsightsV1AnswerFeedback? answerFeedback,
- GoogleCloudContactcenterinsightsV1ArticleSuggestionData? articleSuggestion,
- GoogleCloudContactcenterinsightsV1ConversationSummarizationSuggestionData? conversationSummarizationSuggestion,
- String? createTime,
- GoogleCloudContactcenterinsightsV1DialogflowInteractionData? dialogflowInteraction,
- GoogleCloudContactcenterinsightsV1AnnotationBoundary? endBoundary,
- GoogleCloudContactcenterinsightsV1FaqAnswerData? faqAnswer,
- GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData? smartComposeSuggestion,
- GoogleCloudContactcenterinsightsV1SmartReplyData? smartReply,
- GoogleCloudContactcenterinsightsV1AnnotationBoundary? startBoundary,
- GoogleCloudContactcenterinsightsV1RuntimeAnnotationUserInput? userInput,
Implementation
GoogleCloudContactcenterinsightsV1RuntimeAnnotation({
this.annotationId,
this.answerFeedback,
this.articleSuggestion,
this.conversationSummarizationSuggestion,
this.createTime,
this.dialogflowInteraction,
this.endBoundary,
this.faqAnswer,
this.smartComposeSuggestion,
this.smartReply,
this.startBoundary,
this.userInput,
});