AvailableAgentsResponse

data class AvailableAgentsResponse


Response containing available linkable agents.

Summary

Public constructors

AvailableAgentsResponse(
    agents: List<AvailableAgent>,
    nextPageToken: String?
)

Public properties

List<AvailableAgent>

List of linkable 3P agents available to the user.

String?

AIP-158 next page token.

Public constructors

AvailableAgentsResponse

AvailableAgentsResponse(
    agents: List<AvailableAgent>,
    nextPageToken: String? = null
)

Public properties

agents

val agents: List<AvailableAgent>

List of linkable 3P agents available to the user.

nextPageToken

val nextPageToken: String?

AIP-158 next page token.