All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.yudichev.jiotty.connector.google.assistant.GoogleAssistantClient Maven / Gradle / Ivy

package net.yudichev.jiotty.connector.google.assistant;

import java.util.concurrent.CompletableFuture;

public interface GoogleAssistantClient {
    CompletableFuture assist(String phrase);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy