Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inheritance
System.Object
ProjectsResource.LocationsResource
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 LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Agent
Gets the Agent resource.
Declaration
public virtual ProjectsResource.LocationsResource.AgentResource Agent { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AgentResource |
AnswerRecords
Gets the AnswerRecords resource.
Declaration
public virtual ProjectsResource.LocationsResource.AnswerRecordsResource AnswerRecords { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.AnswerRecordsResource |
ConversationProfiles
Gets the ConversationProfiles resource.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationProfilesResource ConversationProfiles { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ConversationProfilesResource |
Conversations
Gets the Conversations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource Conversations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ConversationsResource |
KnowledgeBases
Gets the KnowledgeBases resource.
Declaration
public virtual ProjectsResource.LocationsResource.KnowledgeBasesResource KnowledgeBases { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.KnowledgeBasesResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.OperationsResource |
Methods
DeleteAgent(String)
Deletes the specified agent.
Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.DeleteAgentRequest |
GetAgent(String)
Retrieves the specified agent.
Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.GetAgentRequest |
SetAgent(GoogleCloudDialogflowV2Agent, String)
Creates/updates the specified agent.
Declaration
public virtual ProjectsResource.LocationsResource.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.LocationsResource.SetAgentRequest |