Class: Google::Cloud::Dialogflow::CX::V3::WebhookRequest::FulfillmentInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::WebhookRequest::FulfillmentInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
Represents fulfillment information communicated to the webhook.
Instance Attribute Summary collapse
-
#tag ⇒ ::String
Always present.
Instance Attribute Details
#tag ⇒ ::String
421 422 423 424 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 421 class FulfillmentInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |