Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantRecord

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

Represents a record of a human agent assistant answer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentAssistantRecord

Returns a new instance of GoogleCloudDialogflowV2beta1AgentAssistantRecord.



9061
9062
9063
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9061

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#article_suggestion_answerGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleAnswer

Represents article answer. Corresponds to the JSON property articleSuggestionAnswer



9054
9055
9056
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9054

def article_suggestion_answer
  @article_suggestion_answer
end

#faq_answerGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer

Represents answer from "frequently asked questions". Corresponds to the JSON property faqAnswer



9059
9060
9061
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9059

def faq_answer
  @faq_answer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9066
9067
9068
9069
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9066

def update!(**args)
  @article_suggestion_answer = args[:article_suggestion_answer] if args.key?(:article_suggestion_answer)
  @faq_answer = args[:faq_answer] if args.key?(:faq_answer)
end