Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class FaqAnswer.
Represents answer from "frequently asked questions".
Generated from protobuf message google.cloud.dialogflow.v2.FaqAnswer
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ answer |
string
The piece of text from the |
↳ confidence |
float
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain). |
↳ question |
string
The corresponding FAQ question. |
↳ source |
string
Indicates which Knowledge Document this answer was extracted from. Format: |
↳ metadata |
array|Google\Protobuf\Internal\MapField
A map that contains metadata about the answer and the document from which it originates. |
↳ answer_record |
string
The name of answer record, in the format of "projects/
|
getAnswer
The piece of text from the source
knowledge base document.
Returns | |
---|---|
Type | Description |
string |
setAnswer
The piece of text from the source
knowledge base document.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfidence
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).
Returns | |
---|---|
Type | Description |
float |
setConfidence
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getQuestion
The corresponding FAQ question.
Returns | |
---|---|
Type | Description |
string |
setQuestion
The corresponding FAQ question.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSource
Indicates which Knowledge Document this answer was extracted from.
Format: projects/<Project ID>/locations/<Location
ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
Returns | |
---|---|
Type | Description |
string |
setSource
Indicates which Knowledge Document this answer was extracted from.
Format: projects/<Project ID>/locations/<Location
ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMetadata
A map that contains metadata about the answer and the document from which it originates.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setMetadata
A map that contains metadata about the answer and the document from which it originates.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getAnswerRecord
The name of answer record, in the format of "projects/
Returns | |
---|---|
Type | Description |
string |
setAnswerRecord
The name of answer record, in the format of "projects/
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |