Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarizationSection.
Represents the section of summarization.
Generated from protobuf message google.cloud.dialogflow.v2.SummarizationSection
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
Optional. Name of the section, for example, "situation".
↳ definition
string
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
↳ type
int
Optional. Type of the summarization section.
getKey
Optional. Name of the section, for example, "situation".
string
setKey
Optional. Name of the section, for example, "situation".
var
string
$this
getDefinition
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
string
setDefinition
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
var
string
$this
getType
Optional. Type of the summarization section.
int
setType
Optional. Type of the summarization section.
var
int
$this