Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ListUserEventsResponse.
Response message for ListUserEvents method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.
Returns
- (::String) — If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.
#user_events
def user_events() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — The user events.
#user_events=
def user_events=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Parameter
- value (::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — The user events.
Returns
- (::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — The user events.