Class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsRequest
Request message for CompletionService.ImportCompletionSuggestions method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsRequest : IDirectResponseSchema
Properties
BigquerySource
BigQuery input source.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudDiscoveryengineV1alphaBigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaBigQuerySource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorConfig
The desired location of errors incurred during the Import.
Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportErrorConfig |
GcsSource
Cloud Storage location for the input content.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGcsSource |
InlineSource
The Inline source for suggestion entries.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsRequestInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportCompletionSuggestionsRequestInlineSource |