Class ProjectsResource
The "projects" collection of methods.
Inheritance
System.Object
ProjectsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Agent
Gets the Agent resource.
Declaration
public virtual ProjectsResource.AgentResource Agent { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.AgentResource |
AnswerRecords
Gets the AnswerRecords resource.
Declaration
public virtual ProjectsResource.AnswerRecordsResource AnswerRecords { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.AnswerRecordsResource |
ConversationProfiles
Gets the ConversationProfiles resource.
Declaration
public virtual ProjectsResource.ConversationProfilesResource ConversationProfiles { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.ConversationProfilesResource |
Conversations
Gets the Conversations resource.
Declaration
public virtual ProjectsResource.ConversationsResource Conversations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.ConversationsResource |
KnowledgeBases
Gets the KnowledgeBases resource.
Declaration
public virtual ProjectsResource.KnowledgeBasesResource KnowledgeBases { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.KnowledgeBasesResource |
Locations
Gets the Locations resource.
Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.OperationsResource |
Methods
DeleteAgent(String)
Deletes the specified agent.
Declaration
public virtual ProjectsResource.DeleteAgentRequest DeleteAgent(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | Required. The project that the agent to delete is associated with. Format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.DeleteAgentRequest |
GetAgent(String)
Retrieves the specified agent.
Declaration
public virtual ProjectsResource.GetAgentRequest GetAgent(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | Required. The project that the agent to fetch is associated with. Format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.GetAgentRequest |
SetAgent(GoogleCloudDialogflowV2Agent, String)
Creates/updates the specified agent.
Declaration
public virtual ProjectsResource.SetAgentRequest SetAgent(GoogleCloudDialogflowV2Agent body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudDialogflowV2Agent | body | The body of the request. |
| System.String | parent | Required. The project of this agent. Format: |
Returns
| Type | Description |
|---|---|
| ProjectsResource.SetAgentRequest |