Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AgentAssistantRecord.
Represents a record of a human agent assist answer.
Generated from protobuf message google.cloud.dialogflow.v2.AgentAssistantRecord
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ article_suggestion_answer
↳ faq_answer
getArticleSuggestionAnswer
Output only. The article suggestion answer.
Generated from protobuf field .google.cloud.dialogflow.v2.ArticleAnswer article_suggestion_answer = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasArticleSuggestionAnswer
setArticleSuggestionAnswer
Output only. The article suggestion answer.
Generated from protobuf field .google.cloud.dialogflow.v2.ArticleAnswer article_suggestion_answer = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getFaqAnswer
Output only. The FAQ answer.
Generated from protobuf field .google.cloud.dialogflow.v2.FaqAnswer faq_answer = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasFaqAnswer
setFaqAnswer
Output only. The FAQ answer.
Generated from protobuf field .google.cloud.dialogflow.v2.FaqAnswer faq_answer = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getAnswer
string