Google Cloud Dialogflow V2 Client - Class ArticleAnswer (1.12.2)

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

Represents article answer.

Generated from protobuf message google.cloud.dialogflow.v2.ArticleAnswer

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ title string

The article title.

↳ uri string

The article URI.

↳ snippets array

Article snippets.

↳ confidence float

Article match confidence. The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

↳ 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/

getTitle

The article title.

Returns
Type Description
string

setTitle

The article title.

Parameter
Name Description
var string
Returns
Type Description
$this

getUri

The article URI.

Returns
Type Description
string

setUri

The article URI.

Parameter
Name Description
var string
Returns
Type Description
$this

getSnippets

Article snippets.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSnippets

Article snippets.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getConfidence

Article match confidence.

The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Returns
Type Description
float

setConfidence

Article match confidence.

The system's confidence score that this article is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

Parameter
Name Description
var float
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