Interface protos.google.cloud.dialogflow.cx.v3.IListAgentsResponse (2.13.0)

Properties of a ListAgentsResponse.

Package

@google-cloud/dialogflow-cx!

Properties

agents

agents?: (google.cloud.dialogflow.cx.v3.IAgent[]|null);

ListAgentsResponse agents

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IAgent[]|null)

nextPageToken

nextPageToken?: (string|null);

ListAgentsResponse nextPageToken

Property Value
TypeDescription
(string|null)