GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback class
Feedback for conversation summarization.
Constructors
-
GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback({String? startTime, String? submitTime, String? summaryText, Map<
String, String> ? textSections}) - GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Timestamp when composing of the summary starts.
getter/setter pair
- submitTime ↔ String?
-
Timestamp when the summary was submitted.
getter/setter pair
- summaryText ↔ String?
-
Text of actual submitted summary.
getter/setter pair
-
textSections
↔ Map<
String, String> ? -
Actual text sections of submitted summary.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited