Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Tool

Inheritance
object
GoogleCloudDialogflowCxV3beta1Tool
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Tool : IDirectResponseSchema

Properties

ConnectorSpec

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

DataStoreSpec

Declaration
[JsonProperty("dataStoreSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolDataStoreTool DataStoreSpec { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1ToolDataStoreTool

Description

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

DisplayName

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

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

FunctionSpec

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

Name

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

OpenApiSpec

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

ToolType

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX