Class: Google::Cloud::Dialogflow::V2::ListConversationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation.rb
Overview
The request message for Conversations.ListConversations.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 278 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 278 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 278 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
278 279 280 281 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 278 class ListConversationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |