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 value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.

Returns:

  • (::String)

    Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.



420
421
422
423
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 420

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