Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Snippet.
Snippet Source for a Generative Prediction.
Generated from protobuf message google.cloud.dialogflow.v2.KnowledgeAssistAnswer.KnowledgeAnswer.GenerativeSource.Snippet
Namespace
Google \ Cloud \ Dialogflow \ V2 \ KnowledgeAssistAnswer \ KnowledgeAnswer \ GenerativeSourceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
URI the data is sourced from. |
↳ text |
string
Text taken from that URI. |
↳ title |
string
Title of the document. |
getUri
URI the data is sourced from.
Returns | |
---|---|
Type | Description |
string |
setUri
URI the data is sourced from.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getText
Text taken from that URI.
Returns | |
---|---|
Type | Description |
string |
setText
Text taken from that URI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTitle
Title of the document.
Returns | |
---|---|
Type | Description |
string |
setTitle
Title of the document.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |