Class: Google::Cloud::Dialogflow::V2::AgentAssistantRecord

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/answer_record.rb

Overview

Represents a record of a human agent assist answer.

Instance Attribute Summary collapse

Instance Attribute Details

#article_suggestion_answer::Google::Cloud::Dialogflow::V2::ArticleAnswer (readonly)

Returns 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.

Returns:

  • (::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.



348
349
350
351
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 348

class AgentAssistantRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dialogflow_assist_answer::Google::Cloud::Dialogflow::V2::DialogflowAssistAnswer (readonly)

Returns 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.

Returns:

  • (::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.



348
349
350
351
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 348

class AgentAssistantRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#faq_answer::Google::Cloud::Dialogflow::V2::FaqAnswer (readonly)

Returns 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.

Returns:

  • (::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.



348
349
350
351
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 348

class AgentAssistantRecord
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end