Uses of Class
com.google.cloud.dialogflow.cx.v3.SessionInfo
-
Packages that use SessionInfo Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of SessionInfo in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return SessionInfo Modifier and Type Method Description SessionInfoSessionInfo.Builder. build()SessionInfoSessionInfo.Builder. buildPartial()static SessionInfoSessionInfo. getDefaultInstance()SessionInfoSessionInfo.Builder. getDefaultInstanceForType()SessionInfoSessionInfo. getDefaultInstanceForType()SessionInfoWebhookRequest.Builder. getSessionInfo()Information about session status.SessionInfoWebhookRequest. getSessionInfo()Information about session status.SessionInfoWebhookRequestOrBuilder. getSessionInfo()Information about session status.SessionInfoWebhookResponse.Builder. getSessionInfo()Information about session status.SessionInfoWebhookResponse. getSessionInfo()Information about session status.SessionInfoWebhookResponseOrBuilder. getSessionInfo()Information about session status.static SessionInfoSessionInfo. parseDelimitedFrom(InputStream input)static SessionInfoSessionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionInfoSessionInfo. parseFrom(byte[] data)static SessionInfoSessionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionInfoSessionInfo. parseFrom(com.google.protobuf.ByteString data)static SessionInfoSessionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionInfoSessionInfo. parseFrom(com.google.protobuf.CodedInputStream input)static SessionInfoSessionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionInfoSessionInfo. parseFrom(InputStream input)static SessionInfoSessionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionInfoSessionInfo. parseFrom(ByteBuffer data)static SessionInfoSessionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type SessionInfo Modifier and Type Method Description com.google.protobuf.Parser<SessionInfo>SessionInfo. getParserForType()static com.google.protobuf.Parser<SessionInfo>SessionInfo. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type SessionInfo Modifier and Type Method Description SessionInfo.BuilderSessionInfo.Builder. mergeFrom(SessionInfo other)WebhookRequest.BuilderWebhookRequest.Builder. mergeSessionInfo(SessionInfo value)Information about session status.WebhookResponse.BuilderWebhookResponse.Builder. mergeSessionInfo(SessionInfo value)Information about session status.static SessionInfo.BuilderSessionInfo. newBuilder(SessionInfo prototype)WebhookRequest.BuilderWebhookRequest.Builder. setSessionInfo(SessionInfo value)Information about session status.WebhookResponse.BuilderWebhookResponse.Builder. setSessionInfo(SessionInfo value)Information about session status.
-