Uses of Class
com.google.cloud.dialogflow.v2.ListConversationModelEvaluationsResponse
-
Packages that use ListConversationModelEvaluationsResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListConversationModelEvaluationsResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListConversationModelEvaluationsResponse Modifier and Type Method Description ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse.Builder. build()ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse.Builder. buildPartial()static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. getDefaultInstance()ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse.Builder. getDefaultInstanceForType()ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. getDefaultInstanceForType()ListConversationModelEvaluationsResponseConversationModelsGrpc.ConversationModelsBlockingStub. listConversationModelEvaluations(ListConversationModelEvaluationsRequest request)Lists evaluations of a conversation model.static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseDelimitedFrom(InputStream input)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(byte[] data)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(com.google.protobuf.ByteString data)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(InputStream input)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(ByteBuffer data)static ListConversationModelEvaluationsResponseListConversationModelEvaluationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListConversationModelEvaluationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse>ConversationModelsGrpc. getListConversationModelEvaluationsMethod()com.google.protobuf.Parser<ListConversationModelEvaluationsResponse>ListConversationModelEvaluationsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListConversationModelEvaluationsResponse>ConversationModelsGrpc.ConversationModelsFutureStub. listConversationModelEvaluations(ListConversationModelEvaluationsRequest request)Lists evaluations of a conversation model.com.google.api.gax.rpc.UnaryCallable<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse>ConversationModelsClient. listConversationModelEvaluationsCallable()Lists evaluations of a conversation model.com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse,ConversationModelsClient.ListConversationModelEvaluationsPagedResponse>ConversationModelsSettings.Builder. listConversationModelEvaluationsSettings()Returns the builder for the settings used for calls to listConversationModelEvaluations.com.google.api.gax.rpc.PagedCallSettings<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse,ConversationModelsClient.ListConversationModelEvaluationsPagedResponse>ConversationModelsSettings. listConversationModelEvaluationsSettings()Returns the object with the settings used for calls to listConversationModelEvaluations.static com.google.protobuf.Parser<ListConversationModelEvaluationsResponse>ListConversationModelEvaluationsResponse. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type ListConversationModelEvaluationsResponse Modifier and Type Method Description protected ConversationModelsClient.ListConversationModelEvaluationsPageConversationModelsClient.ListConversationModelEvaluationsPage. createPage(com.google.api.gax.rpc.PageContext<ListConversationModelEvaluationsRequest,ListConversationModelEvaluationsResponse,ConversationModelEvaluation> context, ListConversationModelEvaluationsResponse response)ListConversationModelEvaluationsResponse.BuilderListConversationModelEvaluationsResponse.Builder. mergeFrom(ListConversationModelEvaluationsResponse other)static ListConversationModelEvaluationsResponse.BuilderListConversationModelEvaluationsResponse. newBuilder(ListConversationModelEvaluationsResponse prototype) -
Uses of ListConversationModelEvaluationsResponse in com.google.cloud.dialogflow.v2.stub
-