Close httplib2 connections.
create(parent, assessmentRuleId=None, body=None, x__xgafv=None)
Creates an assessment rule.
Deletes an assessment rule.
Get an assessment rule.
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists assessment rules.
Retrieves the next page of results.
patch(name, body=None, updateMask=None, x__xgafv=None)
Updates an assessment rule.
close()
Close httplib2 connections.
create(parent, assessmentRuleId=None, body=None, x__xgafv=None)
Creates an assessment rule. Args: parent: string, Required. The parent resource of the assessment rule. Required. The location to create a assessment rule for. Format: `projects//locations/` or `projects//locations/` (required) body: object, The request body. The object takes the form of: { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. } assessmentRuleId: string, Optional. A unique ID for the new AssessmentRule. This ID will become the final component of the AssessmentRule's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. }
delete(name, x__xgafv=None)
Deletes an assessment rule. Args: name: string, Required. The name of the assessment rule to delete. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } }
get(name, x__xgafv=None)
Get an assessment rule. Args: name: string, Required. The name of the assessment rule to get. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. }
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Lists assessment rules. Args: parent: string, Required. The parent resource of the assessment rules. (required) pageSize: integer, Optional. The maximum number of assessment rule to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available. pageToken: string, Optional. The value returned by the last `ListAssessmentRulesResponse`; indicates that this is a continuation of a prior `ListAssessmentRules` call and the system should return the next page of data. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The response of listing assessment rules. "assessmentRules": [ # The assessment rules that match the request. { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. }, ], "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.
patch(name, body=None, updateMask=None, x__xgafv=None)
Updates an assessment rule. Args: name: string, Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} (required) body: object, The request body. The object takes the form of: { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. } updateMask: string, Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # The CCAI Insights project wide assessment rule. This assessment rule will be applied to all conversations from the previous sampling cycle that match the sample rule defined in the assessment rule. One project can have multiple assessment rules. "active": True or False, # If true, apply this rule to conversations. Otherwise, this rule is inactive. "createTime": "A String", # Output only. The time at which this assessment rule was created. "displayName": "A String", # Display Name of the assessment rule. "name": "A String", # Identifier. The resource name of the assessment rule. Format: projects/{project}/locations/{location}/assessmentRules/{assessment_rule} "sampleRule": { # Message for sampling conversations. # The sample rule for the assessment rule. "conversationFilter": "A String", # To specify the filter for the conversions that should apply this sample rule. An empty filter means this sample rule applies to all conversations. "dimension": "A String", # Optional. Group by dimension to sample the conversation. If no dimension is provided, the sampling will be applied to the project level. Current supported dimensions is 'quality_metadata.agent_info.agent_id'. "samplePercentage": 3.14, # Percentage of conversations that we should sample based on the dimension between [0, 100]. "sampleRow": "A String", # Number of the conversations that we should sample based on the dimension. }, "scheduleInfo": { # Message for schedule info. # Schedule info for the assessment rule. "endTime": "A String", # End time of the schedule. If not specified, will keep scheduling new pipelines for execution util the schedule is no longer active or deleted. "schedule": "A String", # The groc expression. Format: `every number [synchronized]` Time units can be: minutes, hours Synchronized is optional and indicates that the schedule should be synchronized to the start of the interval: every 5 minutes synchronized means 00:00, 00:05 ... Otherwise the start time is random within the interval. Example: `every 5 minutes` could be 00:02, 00:07, 00:12, ... "startTime": "A String", # Start time of the schedule. If not specified, will start as soon as the schedule is created. "timeZone": "A String", # The timezone to use for the groc expression. If not specified, defaults to UTC. }, "updateTime": "A String", # Output only. The most recent time at which this assessment rule was updated. }