Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentAssistantRecord.
Represents a record of a human agent assist answer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#article_suggestion_answer
def article_suggestion_answer() -> ::Google::Cloud::Dialogflow::V2::ArticleAnswer
-
(::Google::Cloud::Dialogflow::V2::ArticleAnswer) — Output only. The article suggestion answer.
Note: The following fields are mutually exclusive:
article_suggestion_answer
,faq_answer
,dialogflow_assist_answer
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dialogflow_assist_answer
def dialogflow_assist_answer() -> ::Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer
-
(::Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer) — Output only. Dialogflow assist answer.
Note: The following fields are mutually exclusive:
dialogflow_assist_answer
,article_suggestion_answer
,faq_answer
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#faq_answer
def faq_answer() -> ::Google::Cloud::Dialogflow::V2::FaqAnswer
-
(::Google::Cloud::Dialogflow::V2::FaqAnswer) — Output only. The FAQ answer.
Note: The following fields are mutually exclusive:
faq_answer
,article_suggestion_answer
,dialogflow_assist_answer
. If a field in that set is populated, all other fields in the set will automatically be cleared.