Dialogflow v3 API - Class Generators (2.17.0)

public static class Generators

Reference documentation and code samples for the Dialogflow v3 API class Generators.

Service for managing [Generators][google.cloud.dialogflow.cx.v3.Generator]

Inheritance

object > Generators

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Methods

BindService(GeneratorsBase)

public static ServerServiceDefinition BindService(Generators.GeneratorsBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplGeneratorsGeneratorsBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, GeneratorsBase)

public static void BindService(ServiceBinderBase serviceBinder, Generators.GeneratorsBase 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.

serviceImplGeneratorsGeneratorsBase

An object implementing the server-side handling logic.