Google Cloud Dialogflow V2 Client - Class ArticleAnswer (1.1.1)

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

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

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

A map that contains metadata about the answer and the document from which it originates.

Returns
Type
Description

A map that contains metadata about the answer and the document from which it originates.

Parameter
Name
Description
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
Design a Mobile Site
View Site in Mobile | Classic
Share by: