Class GoogleCloudDialogflowCxV3beta1Tool
Inheritance
GoogleCloudDialogflowCxV3beta1Tool
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1Tool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("connectorSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolConnectorTool ConnectorSpec { get; set; }
Property Value
Declaration
[JsonProperty("dataStoreSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolDataStoreTool DataStoreSpec { get; set; }
Property Value
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("extensionSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolExtensionTool ExtensionSpec { get; set; }
Property Value
Declaration
[JsonProperty("functionSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolFunctionTool FunctionSpec { get; set; }
Property Value
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Declaration
[JsonProperty("openApiSpec")]
public virtual GoogleCloudDialogflowCxV3beta1ToolOpenApiTool OpenApiSpec { get; set; }
Property Value
Declaration
[JsonProperty("toolType")]
public virtual string ToolType { get; set; }
Property Value
Implements