Class GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpec
Specification of tools that are used to serve the request.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageGenerationSpec
Optional. Specification of the image generation tool.
Declaration
[JsonProperty("imageGenerationSpec")]
public virtual GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecImageGenerationSpec ImageGenerationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecImageGenerationSpec |
VertexAiSearchSpec
Optional. Specification of the Vertex AI Search tool.
Declaration
[JsonProperty("vertexAiSearchSpec")]
public virtual GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec VertexAiSearchSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec |
VideoGenerationSpec
Optional. Specification of the video generation tool.
Declaration
[JsonProperty("videoGenerationSpec")]
public virtual GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVideoGenerationSpec VideoGenerationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVideoGenerationSpec |
WebGroundingSpec
Optional. Specification of the web grounding tool. If field is present, enables grounding with web search. Works only if Assistant.web_grounding_type is WEB_GROUNDING_TYPE_GOOGLE_SEARCH or WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH.
Declaration
[JsonProperty("webGroundingSpec")]
public virtual GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecWebGroundingSpec WebGroundingSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecWebGroundingSpec |