Data Analytics API with Gemini v1beta API - Class DataChatService (1.0.0-beta01)

public static class DataChatService

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class DataChatService.

Service to ask a natural language question on top of BigQuery and LookerStudio datasources to get back streamed responses of various kinds to help provide a rich conversational answer.

Inheritance

object > DataChatService

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Methods

BindService(DataChatServiceBase)

public static ServerServiceDefinition BindService(DataChatService.DataChatServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl DataChatServiceDataChatServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, DataChatServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, DataChatService.DataChatServiceBase 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl DataChatServiceDataChatServiceBase

An object implementing the server-side handling logic.