Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#message_entries ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2MessageEntry>
Corresponds to the JSON property
messageEntries. -
#metric_details ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail>
Corresponds to the JSON property
metricDetails. -
#section_tokens ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken>
Corresponds to the JSON property
sectionTokens. -
#summary_sections ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarySuggestionSummarySection>
Corresponds to the JSON property
summarySections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
constructor
A new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail
Returns a new instance of GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetail.
16343 16344 16345 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16343 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message_entries ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2MessageEntry>
Corresponds to the JSON property messageEntries
16326 16327 16328 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16326 def @message_entries end |
#metric_details ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsConversationDetailMetricDetail>
Corresponds to the JSON property metricDetails
16331 16332 16333 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16331 def metric_details @metric_details end |
#section_tokens ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationEvaluationMetricsSectionToken>
Corresponds to the JSON property sectionTokens
16336 16337 16338 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16336 def section_tokens @section_tokens end |
#summary_sections ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarySuggestionSummarySection>
Corresponds to the JSON property summarySections
16341 16342 16343 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16341 def summary_sections @summary_sections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16348 16349 16350 16351 16352 16353 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 16348 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 |