Google Cloud Dialogflow v2beta1 API - Class EntityTypes (1.0.0-beta15)

public static class EntityTypes

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class EntityTypes.

Service for managing [EntityTypes][google.cloud.dialogflow.v2beta1.EntityType].

Inheritance

object > EntityTypes

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Methods

BindService(EntityTypesBase)

public static ServerServiceDefinition BindService(EntityTypes.EntityTypesBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplEntityTypesEntityTypesBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, EntityTypesBase)

public static void BindService(ServiceBinderBase serviceBinder, EntityTypes.EntityTypesBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplEntityTypesEntityTypesBase

An object implementing the server-side handling logic.