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