Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ListConversationsResponse.
Message for response to listing conversations.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ListConversationsResponse
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ conversations | array<Conversation>The list of conversations. | 
| ↳ next_page_token | stringA token identifying a page of results the server should return. | 
getConversations
The list of conversations.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setConversations
The list of conversations.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Conversation> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |