Class: Google::Cloud::Dialogflow::CX::V3::WebhookRequest::FulfillmentInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#tag::String

Returns Always present. The tag used to identify which fulfillment is being called.

Returns:

  • (::String)

    Always present. The tag used to identify which fulfillment is being called.



270
271
272
273
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 270

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