Class: Google::Cloud::DiscoveryEngine::V1beta::ListSessionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListSessionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb
Overview
Request for ListSessions method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter to apply on the list results.
-
#order_by ⇒ ::String
A comma-separated list of fields to order by, sorted in ascending order.
-
#page_size ⇒ ::Integer
Maximum number of results to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListSessionscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
831 832 833 834 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 831 class ListSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
831 832 833 834 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 831 class ListSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
831 832 833 834 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 831 class ListSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
831 832 833 834 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 831 class ListSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
831 832 833 834 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 831 class ListSessionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |