Class SessionsStub (0.52.0)

public abstract class SessionsStub implements BackgroundResource

Base stub class for the Sessions service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SessionsStub

Implements

BackgroundResource

Constructors

SessionsStub()

public SessionsStub()

Methods

close()

public abstract void close()

detectIntentCallable()

public UnaryCallable<DetectIntentRequest,DetectIntentResponse> detectIntentCallable()
Returns
TypeDescription
UnaryCallable<DetectIntentRequest,DetectIntentResponse>

fulfillIntentCallable()

public UnaryCallable<FulfillIntentRequest,FulfillIntentResponse> fulfillIntentCallable()
Returns
TypeDescription
UnaryCallable<FulfillIntentRequest,FulfillIntentResponse>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,SessionsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

matchIntentCallable()

public UnaryCallable<MatchIntentRequest,MatchIntentResponse> matchIntentCallable()
Returns
TypeDescription
UnaryCallable<MatchIntentRequest,MatchIntentResponse>

serverStreamingDetectIntentCallable()

public ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse> serverStreamingDetectIntentCallable()
Returns
TypeDescription
ServerStreamingCallable<DetectIntentRequest,DetectIntentResponse>

streamingDetectIntentCallable()

public BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> streamingDetectIntentCallable()
Returns
TypeDescription
BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>

submitAnswerFeedbackCallable()

public UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback> submitAnswerFeedbackCallable()
Returns
TypeDescription
UnaryCallable<SubmitAnswerFeedbackRequest,AnswerFeedback>