View Source GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ListContactCentersResponse (google_api_contact_center_ai_platform v0.5.1)
Message for response to listing ContactCenters
Attributes
-
contactCenters(type:list(GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenter.t), default:nil) - The list of ContactCenter -
nextPageToken(type:String.t, default:nil) - A token identifying a page of results the server should return. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ListContactCentersResponse{ contactCenters: [GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.ContactCenter.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.