Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
- 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 info card response. If the response contains generative knowledge prediction, Dialogflow will return a payload with Infobot Messenger compatible info card. Otherwise, the info card response is skipped.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
constructor
A new instance of GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard
Returns a new instance of GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCard.
2504 2505 2506 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2504 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2509 2510 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2509 def update!(**args) end |