Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListAssistantsResponse.
Response message for the AssistantService.ListAssistants method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assistants
def assistants() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s.
#assistants=
def assistants=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Assistant>) — All the customer's {::Google::Cloud::DiscoveryEngine::V1beta::Assistant Assistant}s.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
- (::String) — A token that can be sent as ListAssistantsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.