Class: Google::Cloud::Dialogflow::V2::ListIntentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListIntentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/intent.rb
Overview
The request message for Intents.ListIntents.
Instance Attribute Summary collapse
-
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
Optional.
-
#language_code ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#intent_view ⇒ ::Google::Cloud::Dialogflow::V2::IntentView
908 909 910 911 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 908 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
908 909 910 911 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 908 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
908 909 910 911 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 908 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
908 909 910 911 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 908 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
908 909 910 911 |
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 908 class ListIntentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |