Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarizationFeedback.
Feedback for conversation summarization.
Generated from protobuf message google.cloud.dialogflow.v2.AgentAssistantFeedback.SummarizationFeedback
Namespace
Google \ Cloud \ Dialogflow \ V2 \ AgentAssistantFeedbackMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
Google\Protobuf\Timestamp
Timestamp when composing of the summary starts. |
↳ submit_time |
Google\Protobuf\Timestamp
Timestamp when the summary was submitted. |
↳ summary_text |
string
Text of actual submitted summary. |
getStartTime
Timestamp when composing of the summary starts.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Timestamp when composing of the summary starts.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSubmitTime
Timestamp when the summary was submitted.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasSubmitTime
clearSubmitTime
setSubmitTime
Timestamp when the summary was submitted.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getSummaryText
Text of actual submitted summary.
Returns | |
---|---|
Type | Description |
string |
setSummaryText
Text of actual submitted summary.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |