Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Tool

Represents a tool.

Inheritance
object
GoogleCloudDialogflowV2Tool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Tool : IDirectResponseSchema

Properties

ActionConfirmationRequirement

Optional. Confirmation requirement for the actions. Each key is an action name in the action_schemas. If an action's confirmation requirement is unspecified (either the key is not present, or its value is CONFIRMATION_REQUIREMENT_UNSPECIFIED), the requirement is inferred from the action's method_type - confirmation is not required if and only if method_type is GET.

Declaration
[JsonProperty("actionConfirmationRequirement")]
public virtual IDictionary<string, string> ActionConfirmationRequirement { get; set; }
Property Value
Type Description
IDictionary<string, string>

ConnectorSpec

Integration connectors tool specification.

Declaration
[JsonProperty("connectorSpec")]
public virtual GoogleCloudDialogflowV2ToolConnectorTool ConnectorSpec { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ToolConnectorTool

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Creation time of this tool.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. A human readable description of the tool.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Optional. A human readable short name of the tool, to be shown on the UI.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtensionSpec

Vertex extension tool specification.

Declaration
[JsonProperty("extensionSpec")]
public virtual GoogleCloudDialogflowV2ToolExtensionTool ExtensionSpec { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ToolExtensionTool

FunctionSpec

Client side executed function specification.

Declaration
[JsonProperty("functionSpec")]
public virtual GoogleCloudDialogflowV2ToolFunctionTool FunctionSpec { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ToolFunctionTool

Name

Output only. Identifier. The resource name of the tool. Format: projects//locations//tools/.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OpenApiSpec

OpenAPI tool.

Declaration
[JsonProperty("openApiSpec")]
public virtual GoogleCloudDialogflowV2ToolOpenApiTool OpenApiSpec { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2ToolOpenApiTool

SatisfiesPzi

Output only. A read only boolean field reflecting Zone Isolation status of the tool. If the field is absent, it means the status is unknown.

Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type Description
bool?

SatisfiesPzs

Output only. A read only boolean field reflecting Zone Separation status of the tool. If the field is absent, it means the status is unknown.

Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type Description
bool?

ToolKey

Required. A human readable short name of the tool, which should be unique within the project. It should only contain letters, numbers, and underscores, and it will be used by LLM to identify the tool.

Declaration
[JsonProperty("toolKey")]
public virtual string ToolKey { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Update time of this tool.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX