Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestFaqAnswersResponse.
The request message for Participants.SuggestFaqAnswers.
Generated from protobuf message google.cloud.dialogflow.v2.SuggestFaqAnswersResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ faq_answers |
array<Google\Cloud\Dialogflow\V2\FaqAnswer>
Answers extracted from FAQ documents. |
↳ latest_message |
string
The name of the latest conversation message used to compile suggestion for. Format: |
↳ context_size |
int
Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.context_size field in the request if there aren't that many messages in the conversation. |
getFaqAnswers
Answers extracted from FAQ documents.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFaqAnswers
Answers extracted from FAQ documents.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.FaqAnswer faq_answers = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\FaqAnswer>
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContextSize
Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.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 | |
---|---|
Type | Description |
int |
setContextSize
Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |