Show / Hide Table of Contents

Class LocationsResource.BusinesscallsinsightsResource

The "businesscallsinsights" collection of methods.

Inheritance
object
LocationsResource.BusinesscallsinsightsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessCalls.v1
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class LocationsResource.BusinesscallsinsightsResource

Constructors

BusinesscallsinsightsResource(IClientService)

Constructs a new resource.

Declaration
public BusinesscallsinsightsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Returns insights for Business calls for a location.

Declaration
public virtual LocationsResource.BusinesscallsinsightsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent location to fetch calls insights for. Format: locations/{location_id}

Returns
Type Description
LocationsResource.BusinesscallsinsightsResource.ListRequest
In This Article
Back to top Generated by DocFX