Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource
The "notes" collection of methods.
Inheritance
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource
Constructors
NotesResource(IClientService)
Constructs a new resource.
Declaration
public NotesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudContactcenterinsightsV1Note, string)
Create Note.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Note body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1Note | body | The body of the request. |
string | parent | Required. The parent resource of the note. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.CreateRequest |
Delete(string)
Deletes a Note.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the note to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.DeleteRequest |
List(string)
List Notes.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the notes. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1Note, string)
Update Note.
Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1Note body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1Note | body | The body of the request. |
string | name | Identifier. The resource name of the note. Format: projects/{project}/locations/{location}/conversations/{conversation}/assessments/{assessment}/notes/{note} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.NotesResource.PatchRequest |