Google Cloud Dialogflow V2 Client - Class SuggestArticlesResponse (1.0.1)

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

The response message for Participants.SuggestArticles.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ article_answers array<Google\Cloud\Dialogflow\V2\ArticleAnswer>

Articles ordered by score in descending order.

↳ latest_message string

The name of the latest conversation message used to compile suggestion for. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

↳ context_size int

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.

getArticleAnswers

Articles ordered by score in descending order.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.ArticleAnswer article_answers = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setArticleAnswers

Articles ordered by score in descending order.

Generated from protobuf field repeated .google.cloud.dialogflow.v2.ArticleAnswer article_answers = 1;

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\ArticleAnswer>
Returns
TypeDescription
$this

getLatestMessage

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

Generated from protobuf field string latest_message = 2;

Returns
TypeDescription
string

setLatestMessage

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

Generated from protobuf field string latest_message = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContextSize

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.

Generated from protobuf field int32 context_size = 3;

Returns
TypeDescription
int

setContextSize

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.

Generated from protobuf field int32 context_size = 3;

Parameter
NameDescription
var int
Returns
TypeDescription
$this