Class: Google::Cloud::Dialogflow::V2::OriginalDetectIntentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::OriginalDetectIntentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/webhook.rb
Overview
Represents the contents of the original request that was passed to
the [Streaming]DetectIntent call.
Instance Attribute Summary collapse
-
#payload ⇒ ::Google::Protobuf::Struct
Optional.
-
#source ⇒ ::String
The source of this request, e.g.,
google,facebook,slack. -
#version ⇒ ::String
Optional.
Instance Attribute Details
#payload ⇒ ::Google::Protobuf::Struct
148 149 150 151 |
# File 'proto_docs/google/cloud/dialogflow/v2/webhook.rb', line 148 class OriginalDetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::String
148 149 150 151 |
# File 'proto_docs/google/cloud/dialogflow/v2/webhook.rb', line 148 class OriginalDetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
148 149 150 151 |
# File 'proto_docs/google/cloud/dialogflow/v2/webhook.rb', line 148 class OriginalDetectIntentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |