Google Cloud Discovery Engine V1beta Client - Class ListConversationsResponse (0.7.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ListConversationsResponse.

Response for ListConversations method.

Generated from protobuf message google.cloud.discoveryengine.v1beta.ListConversationsResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ conversations array<Google\Cloud\DiscoveryEngine\V1beta\Conversation>

All the Conversations for a given data store.

↳ next_page_token string

Pagination token, if not returned indicates the last page.

getConversations

All the Conversations for a given data store.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConversations

All the Conversations for a given data store.

Parameter
NameDescription
var array<Google\Cloud\DiscoveryEngine\V1beta\Conversation>
Returns
TypeDescription
$this

getNextPageToken

Pagination token, if not returned indicates the last page.

Returns
TypeDescription
string

setNextPageToken

Pagination token, if not returned indicates the last page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this