com.sap.cloud.sdk.services.recastai.botresponses.ResponseInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recast-ai Show documentation
Show all versions of recast-ai Show documentation
Integration of SAP Conversational AI, aka Recast AI
(Beta release, still subject to change - up to discontinuation of module).
/*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.sap.cloud.sdk.services.recastai.botresponses;
import javax.annotation.Nullable;
import com.google.common.annotations.Beta;
/**
* Each type of response fulfils this interface.
*/
@Beta
public interface ResponseInterface
{
/**
* Returns the type of the response.
*
* @return the string id of the response type
*/
@Nullable
String getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy