Class ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource
The "feedbackLabels" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource
Constructors
FeedbackLabelsResource(IClientService)
Constructs a new resource.
Declaration
public FeedbackLabelsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudContactcenterinsightsV1FeedbackLabel, string)
Create feedback label.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1FeedbackLabel body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1FeedbackLabel | body | The body of the request. |
string | parent | Required. The parent resource of the feedback label. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.CreateRequest |
Delete(string)
Delete feedback label.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the feedback label to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.DeleteRequest |
Get(string)
Get feedback label.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the feedback label to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.GetRequest |
List(string)
List feedback labels.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the feedback labels. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1FeedbackLabel, string)
Update feedback label.
Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1FeedbackLabel body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1FeedbackLabel | body | The body of the request. |
string | name | Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ConversationsResource.FeedbackLabelsResource.PatchRequest |