ProjectsResource class
Constructors
- ProjectsResource(ApiRequester client)
Properties
- agent → ProjectsAgentResource
-
no setter
- answerRecords → ProjectsAnswerRecordsResource
-
no setter
- conversationDatasets → ProjectsConversationDatasetsResource
-
no setter
- conversationModels → ProjectsConversationModelsResource
-
no setter
- conversationProfiles → ProjectsConversationProfilesResource
-
no setter
- conversations → ProjectsConversationsResource
-
no setter
- generators → ProjectsGeneratorsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- knowledgeBases → ProjectsKnowledgeBasesResource
-
no setter
- locations → ProjectsLocationsResource
-
no setter
- operations → ProjectsOperationsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestions → ProjectsSuggestionsResource
-
no setter
Methods
-
deleteAgent(
String parent, {String? $fields}) → Future< GoogleProtobufEmpty> - Deletes the specified agent.
-
getAgent(
String parent, {String? $fields}) → Future< GoogleCloudDialogflowV2Agent> - Retrieves the specified agent.
-
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