You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"gcsSource": { # Configuration for Cloud Storage bucket sources. # A cloud storage bucket source. Note that any previously ingested objects from the source will be skipped to avoid duplication.
1212
1212
"bucketObjectType": "A String", # Optional. Specifies the type of the objects in `bucket_uri`.
"customMetadataKeys": [ # Optional. Custom keys to extract as conversation labels from metadata files in `metadata_bucket_uri`. Keys not included in this field will be ignored. Note that there is a limit of 20 labels per conversation.
1215
+
"A String",
1216
+
],
1217
+
"metadataBucketUri": "A String", # Optional. The Cloud Storage path to the source object metadata. Note that: [1] metadata files are expected to be in JSON format [2] metadata and source objects must be in separate buckets [3] a source object's metadata object must share the same name to be properly ingested
1214
1218
},
1215
1219
"parent": "A String", # Required. The parent resource for new conversations.
1216
1220
"redactionConfig": { # DLP resources used for redaction while ingesting conversations. # Optional. DLP settings for transcript redaction. Optional, will default to the config specified in Settings.
parent: string, Required. The parent resource of the conversation. (required)
1263
1267
filter: string, A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
1268
+
orderBy: string, Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * duration * turn_count * latest_analysis The default sort order is ascending. To specify order, append `asc` or `desc`, i.e. `create_time desc`. See https://google.aip.dev/132#ordering for more details.
1264
1269
pageSize: integer, The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
1265
1270
pageToken: string, The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
1266
1271
view: string, The level of details of the conversation. Default is `BASIC`.
<pclass="firstline">Deploys an issue model. Returns an error if a model is already deployed. An issue model can only be used in analysis after it has been deployed.</p>
"name": "A String", # Required. The issue model to export
306
+
}
307
+
308
+
x__xgafv: string, V1 error format.
309
+
Allowed values
310
+
1 - v1 error format
311
+
2 - v2 error format
312
+
313
+
Returns:
314
+
An object of the form:
315
+
316
+
{ # This resource represents a long-running operation that is the result of a network API call.
317
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
318
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
319
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
320
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
321
+
{
322
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
323
+
},
324
+
],
325
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
326
+
},
327
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
328
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
329
+
},
330
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
331
+
"response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
332
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>Imports an issue model from a Cloud Storage bucket.
382
+
383
+
Args:
384
+
parent: string, Required. The parent resource of the issue model. (required)
385
+
body: object, The request body.
386
+
The object takes the form of:
387
+
388
+
{ # Request to import an issue model.
389
+
"createNewModel": True or False, # Optional. If set to true, will create a new issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
390
+
"gcsSource": { # Google Cloud Storage Object URI to get the issue model file from. # Google Cloud Storage source message.
"parent": "A String", # Required. The parent resource of the issue model.
394
+
}
395
+
396
+
x__xgafv: string, V1 error format.
397
+
Allowed values
398
+
1 - v1 error format
399
+
2 - v2 error format
400
+
401
+
Returns:
402
+
An object of the form:
403
+
404
+
{ # This resource represents a long-running operation that is the result of a network API call.
405
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
406
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
407
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
408
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
409
+
{
410
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
411
+
},
412
+
],
413
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
414
+
},
415
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
416
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
417
+
},
418
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
419
+
"response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
420
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
0 commit comments