Share via


SemanticKernelBuilder<T> Interface

Type Parameters

T

the type to build.

public interface SemanticKernelBuilder<T>

Interface for all builders.

Method Summary

Modifier and Type Method and Description
abstract T build()

Build the object.

Method Details

build

public abstract T build()

Build the object.

Returns:

a constructed object.

Applies to