Class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec
Specification of tools that are used to serve the request.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpec : 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 GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec ImageGenerationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecImageGenerationSpec |
VertexAiSearchSpec
Optional. Specification of the Vertex AI Search tool.
Declaration
[JsonProperty("vertexAiSearchSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec VertexAiSearchSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVertexAiSearchSpec |
VideoGenerationSpec
Optional. Specification of the video generation tool.
Declaration
[JsonProperty("videoGenerationSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec VideoGenerationSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecVideoGenerationSpec |
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 GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec WebGroundingSpec { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaStreamAssistRequestToolsSpecWebGroundingSpec |