Google Cloud Dialogflow V2 Client - Class SummarizationFeedback (1.8.0)

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 \ AgentAssistantFeedback

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Timestamp when composing of the summary starts.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSubmitTime

Timestamp when the summary was submitted.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasSubmitTime

clearSubmitTime

setSubmitTime

Timestamp when the summary was submitted.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSummaryText

Text of actual submitted summary.

Returns
TypeDescription
string

setSummaryText

Text of actual submitted summary.

Parameter
NameDescription
var string
Returns
TypeDescription
$this