Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GeneratorSuggestionAnswer.
A GeneratorSuggestion answer.
Generated from protobuf message google.cloud.dialogflow.v2.GenerateSuggestionsResponse.GeneratorSuggestionAnswer
Namespace
Google \ Cloud \ Dialogflow \ V2 \ GenerateSuggestionsResponseMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generator_suggestion |
Google\Cloud\Dialogflow\V2\GeneratorSuggestion
Suggestion details. |
↳ source_generator |
string
The name of the generator used to generate this suggestion. Format: |
↳ answer_record |
string
Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback. |
getGeneratorSuggestion
Suggestion details.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\GeneratorSuggestion|null |
hasGeneratorSuggestion
clearGeneratorSuggestion
setGeneratorSuggestion
Suggestion details.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\GeneratorSuggestion
|
Returns | |
---|---|
Type | Description |
$this |
getSourceGenerator
The name of the generator used to generate this suggestion. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator
ID>
.
Returns | |
---|---|
Type | Description |
string |
setSourceGenerator
The name of the generator used to generate this suggestion. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator
ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAnswerRecord
Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
Returns | |
---|---|
Type | Description |
string |
setAnswerRecord
Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |