ProjectsLocationsResource class
Constructors
- ProjectsLocationsResource(ApiRequester client)
Properties
- agent → ProjectsLocationsAgentResource
- 
  
  no setter
- answerRecords → ProjectsLocationsAnswerRecordsResource
- 
  
  no setter
- conversationDatasets → ProjectsLocationsConversationDatasetsResource
- 
  
  no setter
- conversationModels → ProjectsLocationsConversationModelsResource
- 
  
  no setter
- conversationProfiles → ProjectsLocationsConversationProfilesResource
- 
  
  no setter
- conversations → ProjectsLocationsConversationsResource
- 
  
  no setter
- encryptionSpec → ProjectsLocationsEncryptionSpecResource
- 
  
  no setter
- generators → ProjectsLocationsGeneratorsResource
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- knowledgeBases → ProjectsLocationsKnowledgeBasesResource
- 
  
  no setter
- operations → ProjectsLocationsOperationsResource
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sipTrunks → ProjectsLocationsSipTrunksResource
- 
  
  no setter
- statelessSuggestion → ProjectsLocationsStatelessSuggestionResource
- 
  
  no setter
- suggestions → ProjectsLocationsSuggestionsResource
- 
  
  no setter
Methods
- 
  deleteAgent(String parent, {String? $fields}) → Future< GoogleProtobufEmpty> 
- Deletes the specified agent.
- 
  get(String name, {String? $fields}) → Future< GoogleCloudLocationLocation> 
- Gets information about a location.
- 
  getAgent(String parent, {String? $fields}) → Future< GoogleCloudDialogflowV2Agent> 
- Retrieves the specified agent.
- 
  getEncryptionSpec(String name, {String? $fields}) → Future< GoogleCloudDialogflowV2EncryptionSpec> 
- Gets location-level encryption key specification.
- 
  list(String name, {List< String> ? extraLocationTypes, String? filter, int? pageSize, String? pageToken, String? $fields}) → Future<GoogleCloudLocationListLocationsResponse> 
- Lists information about the supported locations for this service.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setAgent(GoogleCloudDialogflowV2Agent request, String parent, {String? updateMask, String? $fields}) → Future< GoogleCloudDialogflowV2Agent> 
- Creates/updates the specified agent.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited