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 SessionInfo
SessionInfo.Builder. build()
SessionInfo
SessionInfo.Builder. buildPartial()
static SessionInfo
SessionInfo. getDefaultInstance()
SessionInfo
SessionInfo.Builder. getDefaultInstanceForType()
SessionInfo
SessionInfo. getDefaultInstanceForType()
SessionInfo
WebhookRequest.Builder. getSessionInfo()
Information about session status.SessionInfo
WebhookRequest. getSessionInfo()
Information about session status.SessionInfo
WebhookRequestOrBuilder. getSessionInfo()
Information about session status.SessionInfo
WebhookResponse.Builder. getSessionInfo()
Information about session status.SessionInfo
WebhookResponse. getSessionInfo()
Information about session status.SessionInfo
WebhookResponseOrBuilder. getSessionInfo()
Information about session status.static SessionInfo
SessionInfo. parseDelimitedFrom(InputStream input)
static SessionInfo
SessionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionInfo
SessionInfo. parseFrom(byte[] data)
static SessionInfo
SessionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionInfo
SessionInfo. parseFrom(com.google.protobuf.ByteString data)
static SessionInfo
SessionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionInfo
SessionInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static SessionInfo
SessionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionInfo
SessionInfo. parseFrom(InputStream input)
static SessionInfo
SessionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionInfo
SessionInfo. parseFrom(ByteBuffer data)
static SessionInfo
SessionInfo. 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.Builder
SessionInfo.Builder. mergeFrom(SessionInfo other)
WebhookRequest.Builder
WebhookRequest.Builder. mergeSessionInfo(SessionInfo value)
Information about session status.WebhookResponse.Builder
WebhookResponse.Builder. mergeSessionInfo(SessionInfo value)
Information about session status.static SessionInfo.Builder
SessionInfo. newBuilder(SessionInfo prototype)
WebhookRequest.Builder
WebhookRequest.Builder. setSessionInfo(SessionInfo value)
Information about session status.WebhookResponse.Builder
WebhookResponse.Builder. setSessionInfo(SessionInfo value)
Information about session status.
-