Google Cloud Dialogflow V2 Client - Class Summary (1.12.1)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Summary.

Generated summary for a conversation.

Generated from protobuf message google.cloud.dialogflow.v2.SuggestConversationSummaryResponse.Summary

Namespace

Google \ Cloud \ Dialogflow \ V2 \ SuggestConversationSummaryResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ text string

The summary content that is concatenated into one string.

↳ text_sections array|Google\Protobuf\Internal\MapField

The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.

↳ answer_record string

The name of the answer record. Format: "projects/

↳ baseline_model_version string

The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.

getText

The summary content that is concatenated into one string.

Returns
Type Description
string

setText

The summary content that is concatenated into one string.

Parameter
Name Description
var string
Returns
Type Description
$this

getTextSections

The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.

Returns
Type Description
Google\Protobuf\Internal\MapField

setTextSections

The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getAnswerRecord

The name of the answer record. Format: "projects/

Returns
Type Description
string

setAnswerRecord

The name of the answer record. Format: "projects/

Parameter
Name Description
var string
Returns
Type Description
$this

getBaselineModelVersion

The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.

Returns
Type Description
string

setBaselineModelVersion

The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.

Parameter
Name Description
var string
Returns
Type Description
$this