Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#message_entries ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1MessageEntry>
Corresponds to the JSON property
messageEntries. -
#metric_details ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail>
Corresponds to the JSON property
metricDetails. -
#section_tokens ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken>
Corresponds to the JSON property
sectionTokens. -
#summary_sections ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection>
Corresponds to the JSON property
summarySections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
constructor
A new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail
Returns a new instance of GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetail.
21128 21129 21130 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21128 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message_entries ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1MessageEntry>
Corresponds to the JSON property messageEntries
21111 21112 21113 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21111 def @message_entries end |
#metric_details ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsConversationDetailMetricDetail>
Corresponds to the JSON property metricDetails
21116 21117 21118 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21116 def metric_details @metric_details end |
#section_tokens ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarizationEvaluationMetricsSectionToken>
Corresponds to the JSON property sectionTokens
21121 21122 21123 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21121 def section_tokens @section_tokens end |
#summary_sections ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection>
Corresponds to the JSON property summarySections
21126 21127 21128 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21126 def summary_sections @summary_sections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21133 21134 21135 21136 21137 21138 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21133 def update!(**args) @message_entries = args[:message_entries] if args.key?(:message_entries) @metric_details = args[:metric_details] if args.key?(:metric_details) @section_tokens = args[:section_tokens] if args.key?(:section_tokens) @summary_sections = args[:summary_sections] if args.key?(:summary_sections) end |